
dbm 类数据库函数库dbminsert加入资料。语法: int dbminsert(int handle, string key, string value);返回值: 整数函数种类:....
DBA 函数库dba_close关闭数据库。语法: void dba_close(int handle);返回值: 无函数种类: 数据库功能内容说明本函数用来将已....
DBA 函数库dba_popen打开并保持数据库链接。语法: int dba_popen(string path, string mode, string handler);返回值: 整数....
dBase 格式资料表函数库dbase_add_record加入资料到 dBase 资料表。语法: boolean dbase_add_record(int dbase_identif....
dbm 类数据库函数库dbmnextkey取回下笔键值。语法: string dbmnextkey(int handle, string key);返回值: 字符串函数种类: 数....
DBA 函数库dba_delete删除指定资料。语法: int dba_delete(string key, int handle);返回值: 整数函数种类: 数据库功能内容....
DBA 函数库dba_replace改动或加入资料。语法: boolean dba_replace(string key, string value, int handle);返回值: 布尔值....
dBase 格式资料表函数库dbase_open打开 dBase 资料表。语法: int dbase_open(string filename, int flags);返回值: 整数函数....
dbm 类数据库函数库dbmfetch取回指定资料。语法: string dbmfetch(int handle, string key);返回值: 字符串函数种类: 数据库....
DBA 函数库dba_open打开数据库链接。语法: int dba_open(string path, string mode, string handler);返回值: 整数函数种类:....
数组处理函数库current返回数组中目前的元素。语法: mixed current(array array);返回值: 混合类型资料函数种类: 资料处理内....
网络函数库closelog关闭系统纪录。语法: int closelog(void);返回值: 整数函数种类: 操作系统与环境内容说明本函数用来关闭....
dbm 类数据库函数库dbmfirstkey取回首笔键名。语法: string dbmfirstkey(int handle);返回值: 字符串函数种类: 数据库功能内....
dBase 格式资料表函数库dbase_pack清理 dBase 资料表。语法: boolean dbase_pack(int dbase_identifier);返回值: 布尔值函数....
DBA 函数库dba_optimize最佳化数据库。语法: boolean dba_optimize(int handle);返回值: 布尔值函数种类: 数据库功能内容说....
日期与时间函数库date将服务器的时间格式化。语法: string date(string format, int [timestamp]);返回值: 字符串函数种类: ....
杂项函数库connection_aborted若链接中断则返回 true。语法: int connection_aborted(void);返回值: 整数函数种类: 网络系统....
dBase 格式资料表函数库dbase_numfields取得 dBase 资料表的字段数。语法: int dbase_numfields(int dbase_identifier);返回....
dbm 类数据库函数库dbmdelete删除指定资料。语法: boolean dbmdelete(int handle, string key);返回值: 布尔值函数种类: 数....
数组处理函数库count计算变量或数组中的元素个数。语法: int count(mixed var);返回值: 整数函数种类: 资料处理内容说明这个....