函数:ifx_close() |
ifx_close关闭 Informix 服务器连接。 语法: boolean ifx_close(int [link_identifier]); 返回值: 布尔值 函数种类: 数据库功能
本函数关闭与 Informix 数据库服务器的连接。若无指定参数 link_identifier 则会关闭最后的一笔连接。用 ifx_pconnect() 连接则无法使用本函数关闭。本函数可以省略,当 PHP 整页程序结束后,将会自动关闭与数据库的非永久性 (non-persistent) 连接。返回值均为 true。
整理: (www.phpernote.com)
|