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

search for in the

SplFixedArray::offsetUnset> <SplFixedArray::offsetGet
Last updated: Fri, 14 Aug 2009

view this page in

SplFixedArray::offsetSet

(PHP 5 >= 5.3.0)

SplFixedArray::offsetSetAffecte une valeur à un index donné

Description

public void SplFixedArray::offsetSet ( int $index , mixed $newval )

Affecte la valeur newval à l'index index .

Liste de paramètres

index

L'index à affecter.

newval

La valeur à assigner à l'index index .

Valeurs de retour

Aucune valeur n'est retournée.



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

SplFixedArray::offsetUnset> <SplFixedArray::offsetGet
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites