网站首页

>>

PHP初级教程手册


函数:ibase_connect()



ibase_connect

打开 InterBase 服务器连接。

语法: int ibase_connect(string database, string [username], string [password]);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数建立与 InterBase 服务器的连接。参数 database 为欲使用的数据库名称。参数 username 及 password 可省略,分别为连接的帐号及密码。

参考

ibase_pconnect()  ibase_close()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|