MongoDB\BSON\Document::offsetUnset

(mongodb >=1.17.0)

MongoDB\BSON\Document::offsetUnsetImplementation of ArrayAccess

Açıklama

final public MongoDB\BSON\Document::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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top