ArrayAccess::offsetUnset

(PHP 5 >= 5.0.0)

ArrayAccess::offsetUnsetUnset an offset

Опис

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

Unsets an offset.

Зауваження:

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

Параметри

offset

The offset to unset.

Значення, що повертаються

Не повертає значень.

add a note add a note

User Contributed Notes

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