If $index is null, $newval is naturally pushed onto the end of the array as ArrayObject::append
ArrayObject::offsetSet
(PHP 5)
ArrayObject::offsetSet — Sets the value at the specified $index to $newval
Description
Warning
This function is currently not documented; only its argument list is available.
Sets the value at the specified index to newval.
Parameters
- index
-
The index being set.
- newval
-
The new value for the index .
Return Values
No value is returned.
ArrayObject::offsetSet
n dot lenepveu at gmail dot com
30-Sep-2008 09:20
30-Sep-2008 09:20
