(PHP 7 >= 7.1.0, PHP 8)
IntlTimeZone::getIDForWindowsID -- intltz_get_id_for_windows_id — Translate a Windows timezone into a system timezone
面向对象风格 (method):
$timezone
, string $region
= ?
) : string|false过程化风格:
$timezone
, string $region
= ?
) : string|falseTranslates a Windows timezone (e.g. "Pacific Standard Time") into a system timezone (e.g. "America/Los_Angeles").
Note: This function requires ICU version ≥ 52.
本函数还未编写文档,仅有参数列表。
timezone
region
Returns the system timezone 或者在失败时返回 false
.