|
MongoDB\BSON\ObjectID::__constructConstruct a new ObjectID Beschreibung
final public MongoDB\BSON\ObjectID::__construct
([ string
$id
] )
Parameter-Liste
Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\ObjectID::__construct example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
object(MongoDB\BSON\ObjectID)#1 (1) {
["oid"]=>
string(24) "56732d3dda14d81214634921"
}
object(MongoDB\BSON\ObjectID)#1 (1) {
["oid"]=>
string(24) "000000000000000000000001"
}
Siehe auch |