ArrayIterator
PHP Manual

ArrayIterator::offsetSet

(PHP 5 >= 5.0.0)

ArrayIterator::offsetSetSet value for an offset

Descrizione

public void ArrayIterator::offsetSet ( string $index , string $newval )

Sets a value for a given offset.

Avviso

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

Elenco dei parametri

index

The index to set for.

newval

The new value to store at the index.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


ArrayIterator
PHP Manual