(PHP 5 >= 5.0.0, PHP 7)
Unset an offset
abstract public void ArrayAccess::offsetUnset ( mixed $offset )
Unsets an offset.
Note:
This method will not be called when type-casting to (unset)
Parameters:
offset
The offset to unset.
Returns:
No value is returned.
Please login to continue.