PHP Conference Japan 2024

IntlTimeZone::countEquivalentIDs

intltz_count_equivalent_ids

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

IntlTimeZone::countEquivalentIDs -- intltz_count_equivalent_ids获取包含给定ID的等效组中的ID数量

描述

面向对象风格(方法)

public static IntlTimeZone::countEquivalentIDs(string $timezoneId): int|false

过程式风格

intltz_count_equivalent_ids(string $timezoneId): int|false

警告

此函数目前没有文档;只有其参数列表可用。

参数

timezoneId

返回值

添加注释

用户贡献笔记

此页面没有用户贡献的笔记。
To Top