IntlTimeZone::hasSameRules

intltz_has_same_rules

Check if this zone has the same rules and offset as another zone

Description

Object-oriented style (method):

public bool IntlTimeZone::hasSameRules(IntlTimeZone $other)

Procedural style:

bool intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other)

Warning

This function is currently not documented; only its argument list is available.

Parameters

other

Return Values