2024 年 PHP Conference Japan

IntlTimeZone::createTimeZone

intltz_create_time_zone

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

IntlTimeZone::createTimeZone -- intltz_create_time_zone建立指定 ID 的時區物件

說明

物件導向風格 (方法)

public static IntlTimeZone::createTimeZone(字串 $timezoneId): ?IntlTimeZone

程序風格

intltz_create_time_zone(字串 $timezoneId): ?IntlTimeZone

警告

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

參數

timezoneId

回傳值

新增註記

使用者貢獻的註記

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