MongoDB\BSON\PackedArray::toPHP

(mongodb >=1.16.0)

MongoDB\BSON\PackedArray::toPHPReturns the PHP representation of the BSON array

Description

finalpublicMongoDB\BSON\PackedArray::toPHP(?array$typeMap = null): array|object

Liste de paramètres

typeMap (array)

Configuration du type de carte.

Valeurs de retour

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.

Erreurs / Exceptions

Voir aussi

To Top