php8.5
Home/ Manual/ intl / intltimezone/ IntlTimeZone::createTimeZoneIDEnumeration

IntlTimeZone::createTimeZoneIDEnumeration

PHP function Edit on GitHub ✎

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Get an enumeration over system time zone IDs with the given filter conditions

Description

Oop (method):

IntlTimeZone::createTimeZoneIDEnumeration(int $type, string|null $region = null, int|null $rawOffset = null): IntlIterator|false

Procedural:

intltz_create_time_zone_id_enumeration(int $type, string|null $region = null, int|null $rawOffset = null): IntlIterator|false

Func

Parameters

type
region
rawOffset

Return Values

Returns IntlIteratorFalseforfailure.

Source: reference/intl/intltimezone/createtimezoneidenumeration.xml · from the official PHP manual (php/doc-en)