MongoId::__toString
MongoDate::__construct
Mongo
PHP Manual
The MongoDate class
Introduction
Represent date objects for the database.
Class synopsis
MongoDate
MongoDate
{
/* Methods */
__construct
([
long
$secs
] )
public
string
__toString
(
void
)
}
Table of Contents
MongoDate::__construct
— Creates a new date.
MongoDate::__toString
— Returns a string representation of this date
MongoId::__toString
MongoDate::__construct
Mongo
PHP Manual