ora_close

(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1)

ora_close -- 关闭一个 Oracle 游标

描述

bool ora_close ( resource cursor )

该函数关闭用函数 ora_open() 打开的一个数据游标。

如果成功则返回 TRUE,失败则返回 FALSE。错误的细节能够使用 ora_error()ora_errorcode() 函数取得。


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