MongoDB\BSON\PackedArray::offsetUnset
PHP Manual
PHP Manual»MongoDB\BSON\PackedArray»MongoDB\BSON\PackedArray::offsetUnset

MongoDB\BSON\PackedArray::offsetUnset

(mongodb >=1.17.0)

MongoDB\BSON\PackedArray::offsetUnsetImplementation of ArrayAccess

Açıklama

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

Unsets the value at the specified index.

Bağımsız Değişkenler

key
The index being unset.

Dönen Değerler

Hiçbir değer dönmez.

Hatalar/İstisnalar

To Top