函式:Ora_PLogon() |
Ora_PLogon开启与 Oracle 的长期连结。 语法: int ora_plogon(string user, string password); 传回值: 整数 函式种类: 资料库功能
本函式使 PHP 与 Oracle 建立连结,功能与 ora_logon() 函式类似,但使用本函式会一直与资料库连线直到停止 Apache 伺服器,这会使与 Oracle 连线速度更快,但需要更多的记忆体。亦可参考 mysql_pconnect() 获得更多的细节资料。
|
[ 上一页 | ] |