IntlTimeZone::getWindowsID

intltz_get_windows_id

(PHP 7 >= 7.1.0, PHP 8)

IntlTimeZone::getWindowsID -- intltz_get_windows_idTranslate a system timezone into a Windows timezone

Descrição

Estilo orientado à objeto (method):

public static IntlTimeZone::getWindowsID ( string $timezone ) : string|false

Estilo procedural:

intltz_get_windows_id ( string $timezone ) : string|false

Translates a system timezone (e.g. "America/Los_Angeles") into a Windows timezone (e.g. "Pacific Standard Time").

Nota: This function requires ICU version ≥ 52.

Aviso

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

Parâmetros

timezone

Valor Retornado

Returns the Windows timezone ou false em caso de falha.

Veja Também

add a note add a note

User Contributed Notes

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