MongoDate::__constructCreates 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. 例例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 参考
|