PHP
数据库 | Database

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则返回,否则返回。