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