OCI-Collection->getElem

(no version information, might be only in CVS)

OCI-Collection->getElem -- 返回单元的值

说明

class OCI-Collection {

mixed getElem ( int index )

}

返回索引为 index(从 1 开始)的单元的值。

如果该单元不存在,OCI-Collection->getElem() 返回 FALSE,如果该单元为 NULL 则返回 NULL,如果该单元是字符串数据类型的列则返回字符串,如果该单元是数字字段则返回数字。

参数

index


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