ArrayAccess::offsetUnset
(PHP 5 >= 5.1.0)
ArrayAccess::offsetUnset — Offset to unset
설명
abstract public void ArrayAccess::offsetUnset
( string $offset
)
Unsets an offset.
Note: This method will not be called when type-casting to (unset)
인수
- offset
-
The offset to unset.
반환값
값을 반환하지 않습니다.
ArrayAccess::offsetUnset
There are no user contributed notes for this page.
