IntlTimeZone::createTimeZoneIDEnumeration
intltz_create_time_zone_id_enumeration
(PHP 5 >= 5.5.0, PHP 7)
IntlTimeZone::createTimeZoneIDEnumeration -- intltz_create_time_zone_id_enumeration — Get an enumeration over system time zone IDs with the given filter conditions
Description
Object oriented style (method):
public static IntlTimeZone::createTimeZoneIDEnumeration ( int $zoneType [, string $region [, int $rawOffset ]] ) : IntlIterator|false
Procedural style:
intltz_create_time_zone_id_enumeration ( int $zoneType [, string $region [, int $rawOffset ]] ) : IntlIterator|false
Warning
This function is currently not documented; only its argument list is available.
Parameters
-
zoneType
-
region
-
rawOffset
Return Values
Returns IntlIterator or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/intltimezone.createtimezoneidenumeration.php