update : 2015.11.03
php.shukuma.com검색:
|
IntlDateFormatter::getTimeTypedatefmt_get_timetype(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::getTimeType -- datefmt_get_timetype — Get the timetype used for the IntlDateFormatter 설명객체 기반 형식
public int IntlDateFormatter::getTimeType
( void
)
절차식 형식 Return time type used by the formatter. 인수
반환값The current date type value of the formatter. 예제Example #1 datefmt_get_timetype() example
<?php Example #2 OO example
<?php 위 예제의 출력: timetype of the formatter is : 0 First Formatted output is Wednesday, December 31, 1969 4:00:00 PM PT Now timetype of the formatter is : 3 Second Formatted output is Wednesday, December 31, 1969 4:00 PM 참고
|