IntlTimeZone::getUnknown

intltz_get_unknown

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

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

Descrição

Estilo orientado à objeto (method):

public static IntlTimeZone::getUnknown ( ) : IntlTimeZone

Estilo procedural:

intltz_get_unknown ( ) : IntlTimeZone

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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