|
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 ОписаниеОбъектно-ориентированный стиль
string IntlDateFormatter::getTimeZoneId
( void
)
Процедурный стиль Get the timezone-id used for the IntlDateFormatter. Список параметров
Возвращаемые значенияID string for the time zone used by this formatter. ПримерыПример #1 datefmt_get_timezone_id() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: timezone_id of the formatter is : America/Los_Angeles Now timezone_id of the formatter is : CN Смотрите также
|
|