MongoCode::__toString
MongoDate::__construct
Mongo
PHP Manual
The MongoDate class
Einführung
Represent date objects for the database.
Includes second (sec) and microsecond (usec) fields.
Klassenbeschreibung
MongoDate
MongoDate
{
/* Methods */
__construct
([
long
$sec
[,
long
$usec
]] )
public
string
__toString
(
void
)
}
Inhaltsverzeichnis
MongoDate::__construct
— Creates a new date.
MongoDate::__toString
— Returns a string representation of this date
MongoCode::__toString
MongoDate::__construct
Mongo
PHP Manual