IT学习者 -> 技术文档 -> PHP 完全中文手册

函数:Ora_Open()


Ora_Open

打开 Oracle 的 cursor。

语法: int ora_open(int connection);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数使与 Oracle 连接并打开 cursor。连接成功会返回 cursor 的索引值,返回 false 表示发生错误。详细的错误纠错可以使用 ora_error()ora_errorcode()



[ 上一页  PHP中文手册  下一页 ]

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