MongoDB\BSON\PackedArray::toPHP
(mongodb >=1.16.0)
MongoDB\BSON\PackedArray::toPHP — Returns the PHP representation of the BSON array
参数
typeMap
(array)
返回值
The decoded PHP value.
注意: When encountering a value encoded as 64-bit integer in the BSON array, the return value of this method will be a MongoDB\BSON\Int64 instance.
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException if a class in the type map cannot be instantiated or does not implement MongoDB\BSON\Unserializable.
参见
- MongoDB\BSON\toPHP() - Returns the PHP representation of a BSON value
- » BSON Types
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-bson-packedarray.tophp.php