函式:dba_insert() |
dba_insert加入资料。 语法: boolean dba_insert(string key, string value, int handle); 传回值: 布林值 函式种类: 资料库功能
本函式将加入资料至资料库中。参数 key 为键值 (key) 字串。参数 value 为欲加入的资料内容。参数 handle 为开启资料库时所传回来的代号 ID。成功则传回 true 值。
dba_exists() dba_fetch() dba_delete() dba_replace()
|