PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ArrayObject::offsetUnset> <ArrayObject::offsetGet
Last updated: Fri, 22 Aug 2008

view this page in

ArrayObject::offsetSet

(PHP 5)

ArrayObject::offsetSetSets the value at the specified $index to $newval

Descripción

void ArrayObject::offsetSet ( mixed $index , mixed $newval )
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.



add a note add a note User Contributed Notes
ArrayObject::offsetSet
There are no user contributed notes for this page.

ArrayObject::offsetUnset> <ArrayObject::offsetGet
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites