Display all timezones in the Africa region.
| <?php print_r(timezone_identifiers_list(1)); ?> |
The timezone_identifiers_list() function returns an indexed array with all timezone identifiers.
| timezone_identifiers_list(what, country) |
|
Parameter |
Description |
|
what |
Optional. Specifies a constant from the DateTimeZone class:
|
|
country |
Optional. Specifies a two-letter ISO 3166-1 country code. |
|
Return Value: |
Returns an indexed array on success or |
|
PHP Version: |
5.2+ |
|
PHP Changelog: |
PHP 5.3: The optional |