MongoDB\BSON\Document::fromPHP
  (mongodb >=1.16.0)
MongoDB\BSON\Document::fromPHP — Construct a new document instance from PHP data
  
 
 
  参数
  
   
    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.