MongoDB\BSON\PackedArray::toPHP
PHP function
Edit on GitHub ✎
(mongodb >=1.16.0)
Returns the PHP representation of the BSON array
Description
MongoDB\BSON\PackedArray::toPHP(array|null $typeMap = null): array|object
Parameters
Return Values
The decoded PHP value.
Note
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.
Errors/Exceptions
- Throws
MongoDB\Driver\Exception\InvalidArgumentExceptionif a class in the type map cannot be instantiated or does not implementMongoDB\BSON\Unserializable.
See Also
MongoDB\BSON\toPHP()- BSON Types