dba_exists
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Check whether key exists
Description
dba_exists(string|array $key, Dba\Connection $dba): bool
dba_exists() checks whether the specified key exists in the database.
Parameters
keyThe key the check is performed for.
dbaDba
Return Values
Returns true if the key exists, false otherwise.
Changelog
| Version | Description |
|---|