PHP 8.4.0 RC4 available for testing

MongoDB\BSON\Document::fromPHP

(mongodb >=1.16.0)

MongoDB\BSON\Document::fromPHPConstruct a new document instance from PHP data

Beschreibung

final static public MongoDB\BSON\Document::fromPHP(object|array $value): MongoDB\BSON\Document

Parameter-Liste

value (object|array)

A PHP object or array containing the document. When passing an array with numeric keys, the numeric values are converted to strings and used as document keys.

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