MongoDB\BSON\Document::fromJSON

(mongodb >=1.16.0)

MongoDB\BSON\Document::fromJSONConstruct a new document instance from a JSON string

Description

finalstaticpublicMongoDB\BSON\Document::fromJSON(string$json): MongoDB\BSON\Document

Converts an » extended JSON string to its BSON representation.

Liste de paramètres

json (string)

JSON value to be converted.

Erreurs / Exceptions

Voir aussi

To Top