update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::getTime(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::getTime — Get time currently represented by the object 설명객체 기반 형식
public float IntlCalendar::getTime
( void
)
절차식 형식 Returns the time associated with this object, expressed as the number of milliseconds since the epoch. 인수
반환값A float representing the number of milliseconds elapsed since the reference time (1 Jan 1970 00:00:00 UTC). 예제
Example #1 IntlCalendar::getTime()
<?php 위 예제의 출력: float(1367362800000) bool(true) |