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(string $timezoneId): ?IntlTimeZone

过程式风格

intltz_create_time_zone(string $timezoneId): ?IntlTimeZone

警告

此函数当前未记录;仅提供其参数列表。

参数

timezoneId

返回值

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top