array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'intltimezone.createenumeration.php', 1 => 'IntlTimeZone::createEnumeration', 2 => 'Get an enumeration over time zone IDs associated with the given country or offset', ), 'up' => array ( 0 => 'class.intltimezone.php', 1 => 'IntlTimeZone', ), 'prev' => array ( 0 => 'intltimezone.createdefault.php', 1 => 'IntlTimeZone::createDefault', ), 'next' => array ( 0 => 'intltimezone.createtimezone.php', 1 => 'IntlTimeZone::createTimeZone', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intltimezone/createenumeration.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

IntlTimeZone::createEnumeration

intltz_create_enumeration

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

IntlTimeZone::createEnumeration -- intltz_create_enumerationGet an enumeration over time zone IDs associated with the given country or offset

Beschreibung

Objektorientierter Stil (method):

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

Prozeduraler Stil:

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

countryOrRawOffset

Rückgabewerte