MongoDB\BSON\PackedArray::fromPHP
(mongodb >=1.16.0)
MongoDB\BSON\PackedArray::fromPHP — Construct a new BSON array instance from PHP data
説明
パラメータ
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
).
戻り値
Returns a new MongoDB\BSON\PackedArray instance.
エラー / 例外
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
- Throws MongoDB\Driver\Exception\InvalidArgumentException if the given array is not a list (i.e. has sequential numeric keys starting with
0
).
参考
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google