PHP マニュアル
関数リファレンス
データベース関連
ベンダー固有のモジュール
MongoDB
MongoDB\BSON
MongoDB\BSON\Document
MongoDB\BSON\Document::__construct
MongoDB\BSON\Document::fromBSON
MongoDB\BSON\Document::fromJSON
MongoDB\BSON\Document::fromPHP
MongoDB\BSON\Document::get
MongoDB\BSON\Document::getIterator
MongoDB\BSON\Document::has
MongoDB\BSON\Document::offsetExists
MongoDB\BSON\Document::offsetGet
MongoDB\BSON\Document::offsetSet
MongoDB\BSON\Document::offsetUnset
MongoDB\BSON\Document::toCanonicalExtendedJSON
MongoDB\BSON\Document::toPHP
MongoDB\BSON\Document::toRelaxedExtendedJSON
MongoDB\BSON\Document::__toString
MongoDB\BSON\Document::offsetSet
MongoDB\BSON\Document::toCanonicalExtendedJSON
MongoDB\BSON\Document
PHP マニュアル
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
.