函数:Ora_PLogon()


Ora_PLogon

打开与 Oracle 的长期链接。

语法: int ora_plogon(string user, string password);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数使 PHP 与 Oracle 建立链接,功能与 ora_logon() 函数类似,但使用本函数会一直与数据库连接直到停止 Apache 服务器,这会使与 Oracle 连接速度更快,但需要更多的内存。亦可参考 mysql_pconnect() 获得更多的细节资料。



[ 上一页 ]

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