Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\Document::fromJSON

(mongodb >=1.16.0)

MongoDB\BSON\Document::fromJSONConstrói uma nova instância de documento a partir de uma string JSON

Descrição

final static public MongoDB\BSON\Document::fromJSON(string $json): MongoDB\BSON\Document

Converte uma string » JSON estendida na sua representação BSON.

Parâmetros

json (string)

Valor JSON a ser convertido.

Erros/Exceções

Veja Também

add a note

User Contributed Notes

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