IntlTimeZone::hasSameRules
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)
Check if this zone has the same rules and offset as another zone
Description
Oop (method):
IntlTimeZone::hasSameRules(IntlTimeZone $other): bool
Procedural:
intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool
Func
Parameters
other