IntlTimeZone::hasSameRules

intltz_has_same_rules

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

IntlTimeZone::hasSameRules -- intltz_has_same_rules检查此区域是否与另一个区域具有相同的规则和偏移量

说明

面向对象风格(方法)

public IntlTimeZone::hasSameRules(IntlTimeZone $other): bool

过程式风格

intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool

警告

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

参数

other

返回值

添加注释

用户贡献的注释

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