Display the drop-down list

timezone_identifiers_list()

« timezone_abbreviations_list | timezone_location_get »
<?php
$array 
timezone_identifiers_list (
    
?// [int $what = DateTimeZone::ALL]
    
?  // [string $country = NULL]
);
?>
Result
$array = [
  
=> 'Europe/Paris',
]
Examples
#1 timezone_identifiers_list  (DateTimeZone::AFRICA)
#2 timezone_identifiers_list  (DateTimeZone::PER_COUNTRY,
 
"FR")
See also
DateTimeZone::listIdentifiers