MongoDB\BSON\ObjectId
PHP Manual

MongoDB\BSON\ObjectId::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\ObjectId::unserializeUnserialize an ObjectId

Beschreibung

final public void MongoDB\BSON\ObjectId::unserialize ( string $serialized )

Parameter-Liste

serialized

The serialized MongoDB\BSON\ObjectId.

Rückgabewerte

Returns the unserialized MongoDB\BSON\ObjectId.

Fehler/Exceptions

Siehe auch


MongoDB\BSON\ObjectId
PHP Manual