PHP マニュアル
関数リファレンス
データベース関連
ベンダー固有のモジュール
MongoDB
MongoDB\BSON
MongoDB\BSON\PackedArray
MongoDB\BSON\PackedArray::__construct
MongoDB\BSON\PackedArray::fromJSON
MongoDB\BSON\PackedArray::fromPHP
MongoDB\BSON\PackedArray::get
MongoDB\BSON\PackedArray::getIterator
MongoDB\BSON\PackedArray::has
MongoDB\BSON\PackedArray::offsetExists
MongoDB\BSON\PackedArray::offsetGet
MongoDB\BSON\PackedArray::offsetSet
MongoDB\BSON\PackedArray::offsetUnset
MongoDB\BSON\PackedArray::toCanonicalExtendedJSON
MongoDB\BSON\PackedArray::toPHP
MongoDB\BSON\PackedArray::toRelaxedExtendedJSON
MongoDB\BSON\PackedArray::__toString
MongoDB\BSON\PackedArray::offsetSet
MongoDB\BSON\PackedArray::toCanonicalExtendedJSON
MongoDB\BSON\PackedArray
PHP マニュアル
MongoDB\BSON\PackedArray::offsetUnset
Implementation of
ArrayAccess
説明
final
public
void
MongoDB\BSON\PackedArray::offsetUnset
(
mixed
$key
)
Unsets the value at the specified index.
パラメータ
key
The index being unset.
戻り値
値を返しません。
エラー / 例外
Always throws a
MongoDB\Driver\Exception\LogicException
.