ArrayAccess
PHP Manual

ArrayAccess::offsetUnset

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

ArrayAccess::offsetUnsetOffset to unset

Beschreibung

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

Unsets an offset.

Hinweis: This method will not be called when type-casting to (unset)

Parameter-Liste

offset

The offset to unset.

Rückgabewerte

Es wird kein Wert zurückgegeben.


ArrayAccess
PHP Manual