Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
ArrayAccess
PHP Manual

ArrayAccess::offsetUnset

(No version information available, might be only in CVS)

ArrayAccess::offsetUnsetOffset to unset

Description

abstract public void ArrayAccess::offsetUnset ( string $offset )

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.


ArrayAccess
PHP Manual