(PHP 5 >= 5.0.0, PHP 7)
ArrayIterator::offsetSet — Set value for an offset
$index
, string $newval
)Sets a value for a given offset.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
index
The index to set for.
newval
The new value to store at the index.
Es wird kein Wert zurückgegeben.