Function __global->_get_timezone_list
Definitions
sources/temporal2.php
- Generate and return a list of timezones.This also saves into the cache for quick access from get_timezone_list().
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Timezone (map between boring-style and human-readable name). Sorted in offset order then likelihood order.
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Generate and return a list of timezones.This also saves into the cache for quick access from get_timezone_list().
*
* @return array Timezone (map between boring-style and human-readable name). Sorted in offset order then likelihood order.
*/
function _get_timezone_list() : array
* Generate and return a list of timezones.This also saves into the cache for quick access from get_timezone_list().
*
* @return array Timezone (map between boring-style and human-readable name). Sorted in offset order then likelihood order.
*/
function _get_timezone_list() : array

