MongoDB\BSON
PHP Manual

The MongoDB\BSON\UTCDateTime class

(mongodb >=1.0.0)

Введение

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.

Обзор классов

/* Методы */
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 )
}

Список изменений

Версия Описание
1.2.0 Implements Serializable and JsonSerializable.

Содержание


MongoDB\BSON
PHP Manual