2024 年日本 PHP 研討會

IntlTimeZone::toDateTimeZone

intltz_to_date_time_zone

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

IntlTimeZone::toDateTimeZone -- intltz_to_date_time_zone轉換為 DateTimeZone 物件

說明

物件導向風格 (方法)

公開 IntlTimeZone::toDateTimeZone(): DateTimeZone|false

程序式風格

intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false

警告

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

參數

此函數沒有參數。

回傳值

新增註解

使用者貢獻的註解

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