parent root
PHP: ArrayAccess::offsetUnset - Manual
PHP 7.2.23 Release Announcement

ArrayAccess::offsetUnset

(PHP 5, PHP 7)

ArrayAccess::offsetUnsetUnset an offset

Description

abstract public 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.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root