|
MongoDB\BSON\Timestamp::__constructConstruct a new Timestamp Beschreibung
final public MongoDB\BSON\Timestamp::__construct
( integer
$increment
, integer $timestamp
)
Parameter-Liste
Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\Timestamp::__construct example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
object(MongoDB\BSON\Timestamp)#1 (2) {
["increment"]=>
int(1234)
["timestamp"]=>
int(5678)
}
Siehe auch |