MongoDB\BSON
PHP Manual

The MongoDB\BSON\Timestamp class

(mongodb >=1.0.0)

導入

Represents a » BSON timestamp, which is an internal MongoDB type not intended for general date storage.

クラス概要

MongoDB\BSON\Timestamp implements MongoDB\BSON\Type {
/* メソッド */
final public __construct ( integer $increment , integer $timestamp )
final public string __toString ( void )
}

目次


MongoDB\BSON
PHP Manual