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

ora_fetch

(PHP 3, PHP 4, PHP 5)

ora_fetch -- 从一个游标中取得一行数据

描述

bool ora_fetch ( resource cursor )

从指定的游标中取回一行数据,该行数据由参数 cursor 指明。

如果取得一行数据则返回 TRUE,如果没有取得数据或产生错误,则返回 FALSE。 如果有错误,错误的细节能够使用 ora_error()ora_errorcode() 函数取得。如果没有错误,函数 ora_errorcode() 将返回0。

参见 ora_parse()ora_exec(), 和 ora_do()




<ora_fetch_intoora_getcolumn>
 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