Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\PackedArray::toPHP

(mongodb >=1.16.0)

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

Опис

final public MongoDB\BSON\PackedArray::toPHP(?array $typeMap = null): array|object

Параметри

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.

Помилки/виключення

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top