ArrayAccess::offsetUnset
(PHP 5 >= 5.0.0)
ArrayAccess::offsetUnset — Offset to unset
Descrição
abstract public void ArrayAccess::offsetUnset
(
mixed $offset
)
Nota:
This method will not be called when type-casting to
(unset)
Parâmetros
-
offset
-
The offset to unset.
Valor Retornado
Não há valor retornado.