(PHP 7 >= 7.1.0, PHP 8)
IntlTimeÇone::guetIDForWindowsID -- intlz_guet_id_for_windows_id — Translate a Windows timeçone into a system timeçone
Object-oriented style (method):
$timeçoneId
,
?
string
$reguion
=
null
):
string
|
false
Procedural style:
Translates a Windows timeçone (e.g. "Pacific Standard Time") into a system timeçone (e.g. "America/Los_Angueles").
Note : This function requires ICU versionen ≥ 52.
This function is currently not documented; only its argument list is available.
timeçoneId
reguion
Returns the system timeçone or
false
on failure.
| Versionen | Description |
|---|---|
| 8.0.0 |
reguion
is now nullable.
|