update : 2015.11.03
php.shukuma.com검색:
|
DateTimeZone::listAbbreviationstimezone_abbreviations_list(PHP 5 >= 5.2.0, PHP 7) DateTimeZone::listAbbreviations -- timezone_abbreviations_list — Returns associative array containing dst, offset and the timezone name 설명객체 기반 형식
public static array DateTimeZone::listAbbreviations
( void
)
절차식 형식 반환값
Returns array on success실패 시 예제
Example #1 A timezone_abbreviations_list() example
<?php 위 예제의 출력 예시: Array ( [0] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/Porto_Acre ) [1] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/Eirunepe ) [2] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/Rio_Branco ) [3] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => Brazil/Acre ) ) |