PHP 8.1.28 Released!

MongoDB\BSON\ObjectId::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\ObjectId::unserializeUnserialize an ObjectId

Descripción

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

Parámetros

data

The serialized MongoDB\BSON\ObjectId.

Valores devueltos

No devuelve ningún valor.

Errores/Excepciones

Ver también

add a note

User Contributed Notes

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