MongoDB\BSON
PHP Manual

The MongoDB\BSON\UTCDateTime class

(mongodb >=1.0.0)

Einführung

Represents a » BSON date. The value is a 64-bit integer that represents the number of milliseconds since the Unix epoch (Jan 1, 1970). Negative values represent dates before 1970.

Klassenbeschreibung

/* Methoden */
final public __construct ([ integer|float|string|DateTimeInterface $milliseconds = NULL ] )
final public mixed jsonSerialize ( void )
final public string serialize ( void )
final public DateTime toDateTime ( void )
final public string __toString ( void )
final public void unserialize ( string $serialized )
}

Changelog

Version Beschreibung
1.2.0 Implements Serializable and JsonSerializable.

Inhaltsverzeichnis


MongoDB\BSON
PHP Manual