MongoDB\BSON\PackedArray::fromPHP
(mongodb >=1.16.0)
MongoDB\BSON\PackedArray::fromPHP — Construct a new BSON array instance from PHP data
说明
参数
value(array)- 
     
The PHP array to convert to a BSON array. The array must be a list (i.e. have sequential numeric keys starting with
0). 
返回值
Returns a new MongoDB\BSON\PackedArray instance.
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
 - Throws MongoDB\Driver\Exception\InvalidArgumentException if the given array is not a list (i.e. has sequential numeric keys starting with 
0). 
参见
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-bson-packedarray.fromphp.php