|
IntlDateFormatter::getCalendardatefmt_get_calendar(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — Get the calendar used for the IntlDateFormatter ОписаниеОбъектно-ориентированный стиль
int IntlDateFormatter::getCalendar
( void
)
Процедурный стиль
Список параметров
Возвращаемые значенияThe calendar being used by the formatter. ПримерыПример #1 datefmt_get_calendar() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: calendar of the formatter is : 1 Now calendar of the formatter is : 0 Смотрите также
|
|