ArrayAccess::offsetUnset

(PHP 5, PHP 7, PHP 8)

ArrayAccess::offsetUnsetUnset an offset

Descrizione

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

Unsets an offset.

Nota:

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

Elenco dei parametri

offset

The offset to unset.

Valori restituiti

Nessun valore viene restituito.

add a note

User Contributed Notes

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