update : 2015.11.03
php.shukuma.com검색:
|
MongoDate::__construct(PECL mongo >= 0.8.1) MongoDate::__construct — Creates a new date. 설명
public MongoDate::__construct
([ int
$sec = time()
[, int $usec = 0
]] )Creates a new date. If no parameters are given, the current time is used. 인수
반환값Returns this new date. 예제Example #1 MongoDate::__construct() example This example demonstrates creating a new date with the current time and a new date with a given time.
<?php 위 예제의 출력 예시: 0.23660600 1235685067 0.00000000 1234567890 0.00000000 1241150401 |