update : 2015.11.03
php.shukuma.com검색:
|
timezone_name_from_abbr(PHP 5 >= 5.1.3) timezone_name_from_abbr — Returns the timezone name from abbreviation 설명
string timezone_name_from_abbr
( string
$abbr
[, int $gmtOffset = -1
[, int $isdst = -1
]] )인수
반환값
Returns time zone name on success실패 시 예제
Example #1 A timezone_name_from_abbr() example
<?php 위 예제의 출력 예시: Europe/Berlin Europe/Paris |