La clase MongoDB\BSON\Timestamp

(mongodb >=1.0.0)

Introducción

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

Sinopsis de la Clase

MongoDB\BSON\Timestamp implements MongoDB\BSON\Type {
/* Métodos */
final public __construct(int $increment, int $timestamp)
final public getIncrement(): int
final public getTimestamp(): int
final public jsonSerialize(): mixed
final public serialize(): string
final public __toString(): string
final public unserialize(string $serialized): void
}

Tabla de contenidos

add a note add a note

User Contributed Notes

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