dba_insert
dba_insert
Insert entry
bool **dba_insert** $key string $value Dba\Connection $dba
inserts the entry described with
and into the
database.
dba_insert``key``value
key
The key of the entry to be inserted. If this key already exist in the
database, this function will fail. Use
if you need to replace an existent key.
dba_replace
valueThe value to be inserted.
dbadba.parameter.dba
return.success
dba_exists``dba_delete``dba_fetch``dba_replace