MongoDB\BSON\PackedArray::toPHP

Returns the PHP representation of the BSON array

説明

final public arrayobject MongoDB\BSON\PackedArray::toPHP(arraynull $typeMap = null)

パラメータ

typeMap (array)

Type map configuration.

戻り値

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.

参考