(PHP 7 >= 7.1.0, PHP 8)
IntlTimeZone::getIDForWindowsID -- intltz_get_id_for_windows_id — Translate a Windows timezone into a system timezone
Stile orientato agli oggetti (method):
$timezoneId, ?string $region = null): string|falseStile procedurale:
Translates a Windows timezone (e.g. "Pacific Standard Time") into a system timezone (e.g. "America/Los_Angeles").
Nota: This function requires ICU version ≥ 52.
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
timezoneId
region
Returns the system timezone o false in caso di fallimento.
| Versione | Descrizione |
|---|---|
| 8.0.0 |
region is now nullable.
|