(PHP 5 >= 5.3.0)
DateTimeZone::listIdentifiers — Returns numerically index array with all timezone identifiers
Nur bei prozeduralem Aufruf: Ein von date_create() zurückgegebens DateTime Objekt.
One of DateTimeZone class constants, defaults to DateTimeZone::ALL.
A two-letter ISO 3166-1 compatible country code.
Returns array on success or FALSE on failure.
Beispiel #1 A timezone_identifiers_list() example
<?php
$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