ArrayIterator::offsetSet
Set value for an offset
&reftitle.description;
public voidArrayIterator::offsetSet
mixedkey
mixedvalue
Sets a value for a given offset.
&warn.undocumented.func;
&reftitle.parameters;
key
The index to set for.
value
The new value to store at the index.
&reftitle.returnvalues;
&return.void;
&reftitle.seealso;
ArrayIterator::offsetGet
ArrayIterator::offsetUnset