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

search for in the

SplFixedArray::offsetSet> <SplFixedArray::offsetExists
[edit] Last updated: Fri, 10 Feb 2012

view this page in

SplFixedArray::offsetGet

(PHP 5 >= 5.3.0)

SplFixedArray::offsetGetRetourne la valeur à l'index donné

Description

public mixed SplFixedArray::offsetGet ( int $index )

Retourne la valeur à l'index index.

Liste de paramètres

index

L'index de la valeur demandée.

Valeurs de retour

La valeur spécifiée à l'index index.

Erreurs / Exceptions

Lance une exception RuntimeException lorsque index est en dehors de la taille définie du tableau ou lorsque index n'a pu être analysé comme un entier.



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

 
show source | credits | sitemap | contact | advertising | mirror sites