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

search for in the

OCI-Collection->max> <OCI-Collection->free
Last updated: Fri, 10 Oct 2008

view this page in

OCI-Collection->getElem

(No version information available, might be only in CVS)

OCI-Collection->getElemRetourne la valeur d'un élément d'une collection Oracle

Description

OCI-Collection
mixed getElem ( int $index )

Retourne la valeur de l'élément à l'index index (en commençant à 1).

Liste de paramètres

index

L'index de l'élément. Le premier vaut 1.

Valeurs de retour

Retournera FALSE si cet élément n'existe pas; NULL, si l'élément est NULL chaîne si la colonne est de type chaîne, et nombre si c'est un champs numérique.



add a note add a note User Contributed Notes
OCI-Collection->getElem
Anonymous
12-Jun-2008 09:47
I disagree, the first element is 0 ie ..->getElem(0)

OCI-Collection->max> <OCI-Collection->free
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites