网站首页

>>

PHP初级教程手册


函数:ifx_pconnect()



ifx_pconnect

打开 Informix 服务器持续连接。

语法: int ifx_pconnect(string [database], string [userid], string [password]);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数与 ifx_connect() 很类似。不同的地方在于使用本函数打开数据库时,程序会先寻找是否曾经执行过本函数,若执行过则返回先前执行的 ID。另一个不同的地方是本函数无法使用 ifx_close() 关闭数据库。

参考

ifx_connect()  ifx_close()  



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|