PHP Conference Japan 2024

IntlTimeZone::fromDateTimeZone

intltz_from_date_time_zone

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

IntlTimeZone::fromDateTimeZone -- intltz_from_date_time_zoneDateTimeZone 建立時區物件

說明

物件導向風格 (方法)

public static IntlTimeZone::fromDateTimeZone(DateTimeZone $timezone): ?IntlTimeZone

程序式風格

intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone

警告

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

參數

timezone

返回值

新增註記

使用者提供的註記

此頁面沒有使用者提供的註記。
To Top