| 
update : 2015.11.03
php.shukuma.com 검색:
  | IntlDateFormatter::getCalendardatefmt_get_calendar(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — Get the calendar type used for the IntlDateFormatter 설명객체 기반 형식 
   int IntlDateFormatter::getCalendar
    ( void
    ) 절차식 형식 
 인수
 
 반환값
   The calendar
   type being used by the formatter. Either
    예제Example #1 datefmt_get_calendar() example 
<?phpExample #2 OO example 
<?php위 예제의 출력: calendar of the formatter is : 1 Now calendar of the formatter is : 0 참고
 
 |