MongoDB\BSON\PackedArray::fromPHP
PHP Manual
PHP Manual»MongoDB\BSON\PackedArray»MongoDB\BSON\PackedArray::fromPHP

MongoDB\BSON\PackedArray::fromPHP

(mongodb >=1.16.0)

MongoDB\BSON\PackedArray::fromPHPConstruct a new BSON array instance from PHP data

Beschreibung

final static public function MongoDB\BSON\PackedArray::fromPHP(array $value): MongoDB\BSON\PackedArray

Parameter-Liste

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).

Rückgabewerte

Returns a new MongoDB\BSON\PackedArray instance.

Fehler/Exceptions

Siehe auch

To Top