PHP timezone_identifiers_list() 函數(shù)
PHP timezone_identifiers_list() 函數(shù)
定義和用法
timezone_identifiers_list() 返回帶有所有時(shí)區(qū)標(biāo)識符的數(shù)值數(shù)組。
語法
timezone_identifiers_list(what,country);
參數(shù) | 描述 |
---|---|
what | 可選。規(guī)定一個(gè) DateTimeZone 類常量 1 = AFRICA 2 = AMERICA 4 = ANTARCTICA 8 = ARCTIC 16 = ASIA 32 = ATLANTIC 64 = AUSTRALIA 128 = EUROPE 256 = INDIAN 512 = PACIFIC 1024 = UTC 2047 = ALL 4095 = ALL_WITH_BC 4096 = PER_COUNTRY |
country | 可選。規(guī)定兩個(gè)字母的 ISO 3166-1 兼容的國家代碼。 |
技術(shù)細(xì)節(jié)
返回值: | 成功則返回一個(gè)數(shù)值數(shù)組,失敗則返回 FALSE。 |
---|---|
PHP 版本: | 5.2+ |
更新日志: | PHP 5.3:新增可選的 what 和 country 參數(shù)。 |

相關(guān)文章
- PHP If Else 語句
- PHP 魔術(shù)常量
- PHP $_GET 變量
- PHP 發(fā)送電子郵件
- PHP Secure E-mails
- PHP 高級過濾器
- PHP array_diff() 函數(shù)
- PHP array_diff_key() 函數(shù)
- PHP array_fill_keys() 函數(shù)
- PHP array_key_first() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_replace_recursive() 函數(shù)
- PHP array_values() 函數(shù)
- PHP array_walk_recursive() 函數(shù)
- PHP extract() 函數(shù)
- PHP in_array() 函數(shù)
- PHP shuffle() 函數(shù)
- PHP uksort() 函數(shù)
- PHP usort() 函數(shù)
- PHP Mail 函數(shù)