PHP Velho Oeste 2024

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 )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top