ArrayIterator
PHP Manual

ArrayIterator::offsetGet

(PHP 5 >= 5.0.0)

ArrayIterator::offsetGetGet value for an offset

Описание

public mixed ArrayIterator::offsetGet ( string $index )

Gets the value from the provided offset.

Внимание

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

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

index

The offset to get the value from.

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

The value at offset index.

Смотрите также


ArrayIterator
PHP Manual