IntlTimeZone::getWindowsID

intltz_get_windows_id

(PHP 7 >= 7.1.0, PHP 8)

IntlTimeZone::getWindowsID -- intltz_get_windows_idTranslate a system timezone into a Windows timezone

説明

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

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

手続き型:

intltz_get_windows_id(string $timezone): string|false

Translates a system timezone (e.g. "America/Los_Angeles") into a Windows timezone (e.g. "Pacific Standard Time").

注意: This function requires ICU version ≥ 52.

警告

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

パラメータ

timezone

返り値

Returns the Windows timezone失敗した場合に false を返します.

参考

add a note add a note

User Contributed Notes

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