update : 2015.11.03
php.shukuma.com검색:
|
IntlDateFormatter::getTimeZoneIddatefmt_get_timezone_id(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::getTimeZoneId -- datefmt_get_timezone_id — Get the timezone-id used for the IntlDateFormatter 설명객체 기반 형식
public string IntlDateFormatter::getTimeZoneId
( void
)
절차식 형식 Get the timezone-id used for the IntlDateFormatter. 인수
반환값ID string for the time zone used by this formatter. 예제Example #1 datefmt_get_timezone_id() example
<?php Example #2 OO example
<?php 위 예제의 출력: timezone_id of the formatter is : America/Los_Angeles Now timezone_id of the formatter is : CN |