PHP 8.4.0 RC4 available for testing

MongoDB\BSON\Document::fromBSON

(mongodb >=1.16.0)

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

Beschreibung

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

Parameter-Liste

bson (string)

A string containing a document in BSON format.

Rückgabewerte

Returns a new MongoDB\BSON\Document instance.

Fehler/Exceptions

Siehe auch

add a note

User Contributed Notes

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