dba_replace
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Replace or insert entry
Description
dba_replace(string|array $key, string $value, Dba\Connection $dba): bool
dba_replace() replaces or inserts the entry described with key and value into the database specified by dba.
Parameters
keyThe key of the entry to be replaced.
valueThe value to be replaced.
dbaDba
Return Values
Success
Changelog
| Version | Description |
|---|