ArrayIterator
PHP Manual

ArrayIterator::offsetGet

(PHP 5 >= 5.0.0)

ArrayIterator::offsetGetGet value for an offset

Opis

public mixed ArrayIterator::offsetGet ( string $index )

Gets the value from the provided offset.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

index

The offset to get the value from.

Zwracane wartości

The value at offset index.

Zobacz też:


ArrayIterator
PHP Manual