ArrayAccess::offsetUnset

(PHP 5 >= 5.0.0)

ArrayAccess::offsetUnsetOffset to unset

說明

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

Unsets an offset.

Note:

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