ibase_connect
打开 InterBase 服务器连接。
语法: int ibase_connect(string database, string [username], string [password]);
返回值: 整数
函数种类: 数据库功能
本函数建立与 InterBase 服务器的连接。参数 database 为欲使用的数据库名称。参数 username 及 password 可省略,分别为连接的帐号及密码。
ibase_pconnect() ibase_close()
整理: sadly (www.phpx.com)
|