PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
// Print all timezones in Africa
print_r(timezone_identifiers_list(1));

// Print the whole list
//print_r(timezone_identifiers_list());
?>


</body>
</html>
Result:
Show PHP - © w3schools.com
Privacy Policy