ArrayAccess::offsetUnset

(PHP 5, PHP 7, PHP 8)

ArrayAccess::offsetUnsetDestruye un offset

Descripción

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

Destruye un offset.

Nota:

Este método no será llamado cuando se fuerza un tipo mediante (unset)

Parámetros

offset

El offset a destruir.

Valores devueltos

No devuelve ningún valor.

add a note add a note

User Contributed Notes

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