IntlTimeZone::getIDForWindowsID
intltz_get_id_for_windows_id
Windows のタイムゾーンを、システムタイムゾーンに翻訳する
説明
オブジェクト指向型 (method):
public static stringfalse IntlTimeZone::getIDForWindowsID(string $timezoneId
, stringnull $region
= null
)
stringfalse intltz_get_id_for_windows_id(string $timezoneId
, stringnull $region
= null
)
注意:
この関数を使うには、ICU version ≥ 52 が必要です。
警告この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。
戻り値
システムタイムゾーンを返します。
失敗した場合に false
を返します.
参考
- IntlTimeZone::getWindowsID