MongoDB\BSON\Document::fromJSON
PHP Manual
PHP Manual»MongoDB\BSON\Document»MongoDB\BSON\Document::fromJSON

MongoDB\BSON\Document::fromJSON

(mongodb >=1.16.0)

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

Опис

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

Converts an » extended JSON string to its BSON representation.

Параметри

json (string)
JSON value to be converted.

Значення, що повертаються

Returns a new MongoDB\BSON\Document instance.

Помилки/виключення

Прогляньте також

To Top