MongoDB\BSON\PackedArray::offsetSet
Implementation of ArrayAccess
説明
final public void MongoDB\BSON\PackedArray::offsetSet(mixed $key
, mixed $value
)
パラメータ
-
key
-
The index being set.
-
value
-
The new value for the key
.
エラー / 例外
- Always throws a MongoDB\Driver\Exception\LogicException.