MongoDB\BSON\ObjectId::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\ObjectId::unserializeUnserialize an ObjectId

Descrição

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

Parâmetros

data

The serialized MongoDB\BSON\ObjectId.

Valor Retornado

Nenhum valor é retornado.

Erros/Exceções

Veja Também

add a note add a note

User Contributed Notes

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