ArrayAccess::offsetUnset
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Unset an offset
Description
ArrayAccess::offsetUnset(mixed $offset): void
Unsets an offset.
Note
This method will not be called when type-casting to (unset)
Parameters
offsetThe offset to unset.
Return Values
Void