网站首页

>>

PHP初级教程手册


函数:dba_close()



dba_close

关闭数据库。

语法: void dba_close(int handle);

返回值:

函数种类: 数据库功能

内容说明

本函数用来将已打开的数据库关闭。参数 handle 为打开数据库时所返回来的代号 ID。

参考

dba_popen()  dba_open()  



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|