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