(PHP 5 >= 5.0.0, PHP 7)
Set value for an offset
public void ArrayIterator::offsetSet ( string $index, string $newval )
Sets a value for a given offset.
Parameters:
index
The index to set for.
newval
The new value to store at the index.
Returns:
No value is returned.
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.