CakeFest 2024: The Official CakePHP Conference

IntlTimeZone::getWindowsID

intltz_get_windows_id

(PHP 7 >= 7.1.0, PHP 8)

IntlTimeZone::getWindowsID -- intltz_get_windows_idシステムタイムゾーンを、Windows のタイムゾーンに翻訳する

説明

オブジェクト指向型 (method):

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

手続き型:

intltz_get_windows_id(string $timezoneId): string|false

システムタイムゾーン (例: "America/Los_Angeles") を、 Windows のタイムゾーン (例: "Pacific Standard Time") に翻訳します。

注意: この関数を使うには、ICU version ≥ 52 が必要です。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

timezoneId

戻り値

Windows のタイムゾーンを返します。 失敗した場合に false を返します.

参考

add a note

User Contributed Notes

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