PHP Conference Japan 2024

IntlTimeZone::getCanonicalID

intltz_get_canonical_id

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

IntlTimeZone::getCanonicalID -- intltz_get_canonical_id取得指定時區 ID 的標準系統時區 ID 或正規化的自訂時區 ID

說明

物件導向風格 (方法)

public static IntlTimeZone::getCanonicalID(字串 $timezoneId, 布林值 &$isSystemId = null): 字串|false

程序式風格

intltz_get_canonical_id(字串 $timezoneId, 布林值 &$isSystemId = null): 字串|false

警告

此函式目前沒有說明文件;僅提供其參數列表。

參數

timezoneId

isSystemId

返回值

新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top