Statement on glibc/iconv Vulnerability

MongoDB\BSON\Document::fromPHP

(mongodb >=1.16.0)

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

说明

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

参数

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.

错误/异常

参见

add a note

User Contributed Notes

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