Check whether key exists
$key
$dba
dba_exists checks whether the specified key exists in the database.
key
The key the check is performed for.
dba
A Dba\Connection instance, returned by dba_open or dba_popen.
Returns true if the key exists, false otherwise.
true
false