函数:ibase_close() |
ibase_close关闭 InterBase 服务器连接。 语法: boolean ibase_close(int link_identifier); 返回值: 布尔值 函数种类: 数据库功能
本函数关闭与 InterBase 数据库服务器的连接。若无指定参数 link_identifier 则会关闭最后的一笔连接。用 ibase_pconnect() 连接则无法使用本函数关闭。实际上本函数不是一定需要的,当 PHP 整页程序结束后,将会自动关闭与数据库的非永久性 (non-persistent) 连接。成功返回 true、失败返回 false 值。
ibase_connect() ibase_pconnect() 整理: (www.phpernote.com)
|