PHP Conference Japan 2024

IntlTimeZone::createEnumeration

intltz_create_enumeration

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

IntlTimeZone::createEnumeration -- intltz_create_enumeration获取与给定国家或偏移量关联的时区 ID 的枚举

描述

面向对象风格 (方法)

public static IntlTimeZone::createEnumeration(IntlTimeZone|string|int|float|null $countryOrRawOffset = null): IntlIterator|false

过程式风格

intltz_create_enumeration(IntlTimeZone|string|int|float|null $countryOrRawOffset = null): IntlIterator|false

警告

此函数目前未记录;仅提供其参数列表。

参数

countryOrRawOffset

返回值

添加注释

用户贡献笔记

此页面没有用户贡献的笔记。
To Top