MongoDB\BSON\PackedArray::offsetSet

Implementation of ArrayAccess

Description

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

Sets the value at the specified key to value.

Parameters

key

The index being set.

value

The new value for the key.

Return Values

No value is returned.

Errors/Exceptions

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