Php/docs/intltimezone.getidforwindowsid

提供:Dev Guides
< Php
移動先:案内検索

IntlTimeZone::getIDForWindowsID

intltz_get_id_for_windows_id

(PHP 7 >= 7.1.0)

IntlTimeZone::getIDForWindowsID -- intltz_get_id_for_windows_idTranslate a Windows timezone into a system timezone


説明

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

public static IntlTimeZone::getIDForWindowsID ( string $timezone [, string $region ] ) : string|false

手続き型:

intltz_get_id_for_windows_id ( string $timezone [, string $region ] ) : string|false

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

注意:

This function requires ICU version ≥ 52.

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


パラメータ

timezone
region


返り値

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


参考