ArrayIterator
PHP Manual

ArrayIterator::offsetGet

(PHP 5 >= 5.0.0)

ArrayIterator::offsetGetGet value for an offset

Descrizione

public mixed ArrayIterator::offsetGet ( string $index )

Gets the value from the provided offset.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

index

The offset to get the value from.

Valori restituiti

The value at offset index.

Vedere anche:


ArrayIterator
PHP Manual