PHP Conference Japan 2024

IntlTimeZone::getEquivalentID

intltz_get_equivalent_id

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

IntlTimeZone::getEquivalentID -- intltz_get_equivalent_id取得包含給定 ID 的等效群組中的 ID

說明

物件導向風格 (方法)

公開 靜態 IntlTimeZone::getEquivalentID(字串 $timezoneId, 整數 $offset): 字串|false

程序式風格

intltz_get_equivalent_id(字串 $timezoneId, 整數 $offset): 字串|false

警告

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

參數

timezoneId

offset

返回值

新增註記

使用者貢獻的註記

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