CakeFest 2024: The Official CakePHP Conference

IntlTimeZone::createEnumeration

intltz_create_enumeration

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

IntlTimeZone::createEnumeration -- intltz_create_enumerationRécupère une énumération d'IDs de fuseau horaire associés avec le pays fourni

Description

Style orienté objet (method):

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

Style procédural:

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

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

countryOrRawOffset

Valeurs de retour

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top