PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

ArrayIterator::offsetUnset

(PHP 5, PHP 7)

ArrayIterator::offsetUnsetUnset value for an offset

说明

public ArrayIterator::offsetUnset ( mixed $index ) : void

Unsets a value for an offset.

Warning

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

参数

index

The offset to unset.

返回值

没有返回值。

参见