ora_close

(PHP 3, PHP 4 )

ora_close -- 关闭一个 Oracle 游标

描述

int ora_close ( int cursor)

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

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