ArrayObject
PHP 手册

ArrayObject::offsetUnset

(PHP 5 >= 5.1.0)

ArrayObject::offsetUnsetUnsets the value at the specified $index

说明

void ArrayObject::offsetUnset ( mixed $index )
Warning

本函数暂无文档,仅有参数列表。

Unsets the value at the specified index.

参数

index

The index being unset.

返回值

无返回值。


ArrayObject
PHP 手册