Forum und email

ora_getcolumn

(PHP 4, PHP 5 <= 5.0.5)

ora_getcolumn — 取得列的数据

描述

string ora_getcolumn ( resource $cursor , int $column )

取得一列数据。

返回列的数据。如果有错误产生,返回 FALSE 函数 ora_errorcode() 将返回一个非零值。注意,对该函数的一个 FALSE 测试有可能返回 TRUE 因为下列情况没有错误(NULL 结果,空的字符串,数字 0,字符串 "0")。