|
|
PHP4完全中文手册
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()
整理: sadly (www.phpx.com)
|
|