ArrayObject
PHP Manual

ArrayObject::offsetSet

(PHP 5 >= 5.1.0)

ArrayObject::offsetSetSets the value at the specified $index to $newval

Opis

void ArrayObject::offsetSet ( mixed $index , mixed $newval )
Ostrzeżenie

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

Sets the value at the specified index to newval.

Parametry

index

The index being set.

newval

The new value for the index .

Zwracane wartości

nie jest zwracana żadna wartość.


ArrayObject
PHP Manual