Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\Document::fromBSON

(mongodb >=1.16.0)

MongoDB\BSON\Document::fromBSONConstruct a new document instance from a BSON string

Опис

final static public MongoDB\BSON\Document::fromBSON(string $bson): MongoDB\BSON\Document

Параметри

bson (string)

A string containing a document in BSON format.

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

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

add a note

User Contributed Notes

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