MongoDB\BSON\Document::offsetUnset

Implementation of ArrayAccess

説明

final public void MongoDB\BSON\Document::offsetUnset(mixed $key)

Unsets the value at the specified index.

パラメータ

key

The index being unset.

戻り値

値を返しません。

エラー / 例外

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