Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\PackedArray::offsetUnset

(mongodb >=1.17.0)

MongoDB\BSON\PackedArray::offsetUnsetImplementation of ArrayAccess

Опис

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

Unsets the value at the specified index.

Параметри

key

The index being unset.

Значення, що повертаються

Не повертає значень.

Помилки/виключення

add a note

User Contributed Notes

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