ArrayObject
PHP Manual

ArrayObject::offsetSet

(PHP 5 >= 5.1.0)

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

Beschreibung

void ArrayObject::offsetSet ( mixed $index , mixed $newval )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Sets the value at the specified index to newval.

Parameter-Liste

index

The index being set.

newval

The new value for the index .

Rückgabewerte

Es wird kein Wert zurückgegeben.


ArrayObject
PHP Manual