MongoDB\BSON\PackedArray::fromPHPConstruct a new BSON array instance from PHP data
&reftitle.description;
finalstaticpublicMongoDB\BSON\PackedArrayMongoDB\BSON\PackedArray::fromPHParrayvalue
&reftitle.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).
&reftitle.returnvalues;
Returns a new MongoDB\BSON\PackedArray instance.
&reftitle.errors;
&mongodb.throws.argumentparsing;
Throws MongoDB\Driver\Exception\InvalidArgumentException if the given array is not a list (i.e. has sequential numeric keys starting with 0).
&reftitle.seealso;
BSON Types