PHP: ArrayAccess::offsetUnset - Manual
(PHP 5, PHP 7, PHP 8)
ArrayAccess::offsetUnset — Unset an offset
Description
public function ArrayAccess::offsetUnset(mixed $offset): void
Unsets an offset.
Note:
This method will not be called when type-casting to (unset)
Parameters
offset-
The offset to unset.
Return Values
No value is returned.
Found A Problem?
User Contributed Notes
There are no user contributed notes for this page.