ArrayAccess::offsetUnset

(PHP 5, PHP 7, PHP 8)

ArrayAccess::offsetUnsetUnset an offset

Descrierea

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

Unsets an offset.

Notă:

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

Parametri

offset

The offset to unset.

Valorile întoarse

Nu este întoarsă nici o valoare.

add a note add a note

User Contributed Notes

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