(PHP 5 >= 5.5.0, PHP 7, PHP 8)
IntlTimeZone::createTimeZoneIDEnumeration -- intltz_create_time_zone_id_enumeration — Get an enumeration over system time zone IDs with the given filter conditions
面向對象風格 (method):
$type
, ?string $region
= null
, ?int $rawOffset
= null
): IntlIterator|false過程化風格:
$type
, ?string $region
= null
, ?int $rawOffset
= null
): IntlIterator|false
本函數還未編寫文檔,僅有參數列表。
type
region
rawOffset
Returns IntlIterator 或者在失敗時返回 false
.