Dutch PHP Conference 2025 - Call For Papers

ArrayAccess::offsetUnset

(PHP 5, PHP 7, PHP 8)

ArrayAccess::offsetUnsetUnset an offset

Опис

public ArrayAccess::offsetUnset(mixed $offset): void

Unsets an offset.

Зауваження:

This method will not be called when type-casting to (unset)

Параметри

offset

The offset to unset.

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

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

add a note

User Contributed Notes

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