ArrayObject::offsetSet
(PHP 5)
ArrayObject::offsetSet — Sets the value at the specified $index to $newval
Descripción
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Sets the value at the specified index to newval.
Lista de parámetros
- index
-
The index being set.
- newval
-
The new value for the index .
Valores retornados
No value is returned.
ArrayObject::offsetSet
There are no user contributed notes for this page.
