PHP timezone_identifiers_list() 函數(shù)

2018-09-09 04:09 更新

PHP timezone_identifiers_list() 函數(shù)

PHP Date/Time PHP Date/Time 參考手冊(cè)

實(shí)例

輸出非洲的所有時(shí)區(qū):

<?php
print_r(timezone_identifiers_list(1));
?>

運(yùn)行實(shí)例 ?

定義和用法

timezone_identifiers_list() 返回帶有所有時(shí)區(qū)標(biāo)識(shí)符的數(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 兼容的國(guó)家代碼。

技術(shù)細(xì)節(jié)

返回值: 成功則返回一個(gè)數(shù)值數(shù)組,失敗則返回 FALSE。
PHP 版本: 5.2+
更新日志: PHP 5.3:新增可選的 whatcountry 參數(shù)。


PHP Date/Time PHP Date/Time 參考手冊(cè)
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)