IntlTimeZone::getUnknown

intltz_get_unknown

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

IntlTimeZone::getUnknown -- intltz_get_unknownGet the "unknown" time zone

Descripción

Estilo orientado a objetos (method):

public static IntlTimeZone::getUnknown(): IntlTimeZone

Estilo por procedimientos:

intltz_get_unknown(): IntlTimeZone

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns IntlTimeZone or null on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top