Werbung
DateTimeZone::listIdentifiers
(PHP 5 >= 5.2.0)
DateTimeZone::listIdentifiers — Returns numerically index array with all timezone identifiers
Beschreibung
public static array DateTimeZone::listIdentifiers
([ int $what = DateTimeZone::ALL
[, string $country = NULL
]] )
Parameter-Liste
- what
-
One of DateTimeZone class constants.
- country
-
A two-letter ISO 3166-1 compatible country code.
Hinweis: This option is only used when what is set to DateTimeZone::PER_COUNTRY.
Rückgabewerte
Returns array on successIm Fehlerfall wird FALSE zurückgegeben..
Changelog
| Version | Beschreibung |
|---|---|
| 5.3.0 | Added the optional what and country parameters. |
Beispiele
PHP Code
1
2
3
4
2
3
4
$timezone_identifiers = DateTimeZone::listIdentifiers();
for ($i=0; $i < 5; $i++) {
echo "$timezone_identifiers[$i]\n";
}
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Africa/Abidjan Africa/Accra Africa/Addis_Ababa Africa/Algiers Africa/Asmera