ArrayObject
PHP 手册

ArrayObject::offsetGet

(PHP 5 >= 5.1.0)

ArrayObject::offsetGetReturns the value at the specified $index

说明

mixed ArrayObject::offsetGet ( mixed $index )
Warning

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

参数

index

The index with the value.

返回值

The value at the specified $index.


ArrayObject
PHP 手册