ArrayObject
PHP Manual

ArrayObject::offsetGet

(PHP 5 >= 5.1.0)

ArrayObject::offsetGetReturns the value at the specified $index

Описание

mixed ArrayObject::offsetGet ( mixed $index )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Список параметров

index

The index with the value.

Возвращаемые значения

The value at the specified $index.


ArrayObject
PHP Manual