Statement on glibc/iconv Vulnerability

MongoDB\BSON\Document::fromPHP

(mongodb >=1.16.0)

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

Descrição

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

Parâmetros

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.

Erros/Exceções

Veja Também

add a note

User Contributed Notes

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