函数:dba_popen() |
dba_popen打开并保持数据库链接。 语法: int dba_popen(string path, string mode, string handler); 返回值: 整数 函数种类: 数据库功能
本函数用来打开指定的数据库,并保持与数据库连接的状态。参数 path 为数据库的路径及数据库名称,例如 "/tmp/mysite/wahaha.db"。参数 mode 值如下表
参数 handler 为打开数据库的种类,有 dbm、ndbm、gdbm、db2 或 cdb 等种类。返回值为数据库的代号 ID,若失败则返回 false。
整理: (www.phpernote.com)
|