函数:dba_exists() |
dba_exists检查键是否存在。 语法: boolean dba_exists(string key, int handle); 返回值: 布尔值 函数种类: 数据库功能
本函数用来检查指定的键是否存在。参数 key 为待检查的键值 (key)。参数 handle 为打开数据库时所返回来的代号 ID。若键存在则返回 true 值。
dba_delete() dba_fetch() dba_insert() dba_replace() 整理: (www.phpernote.com)
|