The MongoDB\BSON\TimestampInterface interface

(mongodb >=1.3.0)

Einführung

This interface is implemented by MongoDB\BSON\Timestamp but may also be used for type-hinting and userland classes.

Klassenbeschreibung

MongoDB\BSON\TimestampInterface {
/* Methoden */
abstract public getIncrement ( ) : int
abstract public getTimestamp ( ) : int
abstract public __toString ( ) : string
}

Inhaltsverzeichnis

add a note add a note

User Contributed Notes

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