dba_exists
dba_exists
(PHP 4, PHP 5, PHP 7)
dba_exists - 检查密钥是否存在
描述
bool dba_exists ( string $key , resource $handle )
dba_exists()
检查指定是否key
存在于数据库中。
参数
key
检查的关键是执行。
handle
数据库处理程序,由dba_open()或dba_popen()返回。
返回值
TRUE
如果密钥存在,FALSE
则返回,否则返回。