2024 日本 PHP 研討會

IntlTimeZone::createEnumeration

intltz_create_enumeration

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

IntlTimeZone::createEnumeration -- intltz_create_enumeration取得與指定國家或時差相關聯的時區 ID 列舉

說明

物件導向風格 (方法)

公開 靜態 IntlTimeZone::createEnumeration(IntlTimeZone|字串|整數|浮點數|null $countryOrRawOffset = null): IntlIterator|false

程序式風格

intltz_create_enumeration(IntlTimeZone|字串|整數|浮點數|null $countryOrRawOffset = null): IntlIterator|false

警告

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

參數

countryOrRawOffset

回傳值

新增筆記

使用者貢獻的筆記

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