ArrayObject::offsetUnset
ArrayObject::offsetUnset
(PHP 5 >= 5.0.0, PHP 7)
ArrayObject::offsetUnset — Unsets the value at the specified index
Description
public void ArrayObject::offsetUnset ( mixed $index )
Unsets the value at the specified index.
Parameters
-
index
-
The index being unset.