php8.5
Home/ Manual/ bson / packedarray/ MongoDB\BSON\PackedArray::fromPHP

MongoDB\BSON\PackedArray::fromPHP

PHP function Edit on GitHub ✎

(mongodb >=1.16.0)

Construct a new BSON array instance from PHP data

Description

MongoDB\BSON\PackedArray::fromPHP(array $value): MongoDB\BSON\PackedArray

Parameters

value (array)

The PHP array to convert to a BSON array. The array must be a list (i.e. have sequential numeric keys starting with 0).

Return Values

Returns a new MongoDB\BSON\PackedArray instance.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\InvalidArgumentException if the given array is not a list (i.e. has sequential numeric keys starting with 0).

See Also

  • BSON Types

Source: reference/mongodb/bson/packedarray/fromphp.xml · from the official PHP manual (php/doc-en)