PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<OCI-Collection->assignElemOCI-Collection->free>
Last updated: Mon, 16 Jul 2012

OCI-Collection->getElem

(no version information, might be only in CVS)

OCI-Collection->getElem -- Returns value of the element

Description

mixed OCI-Collection->getElem ( int index )

Method OCI-Collection->getElem() returns value of the element with index index (1-based).

OCI-Collection->getElem() will return FALSE if such element doesn't exist; NULL if element is NULL; string if element is column of a string datatype or number if element is numeric field.

OCI-Collection->getElem() will return FALSE in case of error.




<OCI-Collection->assignElemOCI-Collection->free>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST