网站首页

>>

PHP初级教程手册


函数:OCILogon()



OCILogon

打开与 Oracle 的链接。

语法: int OCILogon(string username, string password, string [OCACLE_SID]);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数使 PHP 与 Oracle 建立链接。参数 username 与 password 分别为连接的帐号及密码。参数 OCACLE_SID 为数据库名称,可省略。返回值为连接的代码。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|