MongoDB\BSON\PackedArray::offsetSet

Implementation of ArrayAccess

説明

final public void MongoDB\BSON\PackedArray::offsetSet(mixed $key, mixed $value)

Sets the value at the specified key to value.

パラメータ

key

The index being set.

value

The new value for the key.

戻り値

値を返しません。

エラー / 例外

  • Always throws a MongoDB\Driver\Exception\LogicException.