PHP Conference Japan 2024

IntlTimeZone::getCanonicalID

intltz_get_canonical_id

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

IntlTimeZone::getCanonicalID -- intltz_get_canonical_id获取给定时区 ID 的规范系统时区 ID 或规范化的自定义时区 ID

描述

面向对象风格(方法)

public static IntlTimeZone::getCanonicalID(string $timezoneId, bool &$isSystemId = null): string|false

过程化风格

intltz_get_canonical_id(string $timezoneId, bool &$isSystemId = null): string|false

警告

此函数当前没有文档;仅提供其参数列表。

参数

timezoneId

isSystemId

返回值

添加注释

用户贡献的注释

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