|
IntlDateFormatter::setCalendardatefmt_set_calendar(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::setCalendar -- datefmt_set_calendar — sets the calendar used to the appropriate calendar, which must be ОписаниеОбъектно-ориентированный стиль
bool IntlDateFormatter::setCalendar
( int $which
)
Процедурный стиль Sets the calendar used by the formatter. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. ПримерыПример #1 datefmt_set_calendar() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: calendar of the formatter is : 1 Now calendar of the formatter is : 0 Смотрите также
|
|