ArrayIterator
PHP Manual

ArrayIterator::offsetGet

(PHP 5 >= 5.0.0)

ArrayIterator::offsetGetGet value for an offset

Açıklama

public mixed ArrayIterator::offsetGet ( string $index )

Gets the value from the provided offset.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

index

The offset to get the value from.

Dönen Değerler

The value at offset index.

Ayrıca Bakınız


ArrayIterator
PHP Manual