函数:Ora_Close()


Ora_Close

关闭一个 Oracle 的 cursor。

语法: int ora_close(int cursor);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数将 ora_open() 打开的游标 (cursor) 关闭。若成功则返回 true,反之返回 false。要处理详细的错误信息可使用 ora_error()ora_errorcode()



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序