IntlTimeZone::createTimeZoneIDEnumeration

IntlTimeZone::createTimeZoneIDEnumeration

intltz_create_time_zone_id_enumeration

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

IntlTimeZone::createTimeZoneIDEnumeration -- intltz_create_time_zone_id_enumeration — 주어진 필터 조건으로 시스템 시간대 ID에 대한 열거를 가져옵니다.


설명

객체 지향 스타일(method):

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

절차 스타일:

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

경고 이 함수를 현재 문서화되어 있지 않습니다. 해당 인수 목록만 사용할 수 있습니다.


매개변수

type
region
rawOffset

반환 값

실패 시 IntlIterator를 반환하거나 false를 반환합니다.