MongoDB\BSON\Document::fromPHP
(mongodb >=1.16.0)
MongoDB\BSON\Document::fromPHP — Construct a new document instance from PHP data
Liste de paramètres
-
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.
Erreurs / Exceptions
- Lance une exception MongoDB\Driver\InvalidArgumentException lors d'une erreur survenue pendant l'analyse d'un argument.