ArrayIterator
PHP Manual

ArrayIterator::offsetUnset

(PHP 5 >= 5.0.0)

ArrayIterator::offsetUnsetUnset value for an offset

说明

public void ArrayIterator::offsetUnset ( string $index )

Unsets a value for an offset.

Warning

本函数还未编写文档,仅有参数列表。

参数

index

The offset to unset.

返回值

没有返回值。

参见


ArrayIterator
PHP Manual