DBA_REPLACE(3) 1 DBA_REPLACE(3)
dba_replace - Replace or insert entry
SYNOPSIS
bool dba_replace (string $key, string $value, resource $handle)
DESCRIPTION
dba_replace(3) replaces or inserts the entry described with $key and $value into the database specified by $handle.
PARAMETERS
o $key
- The key of the entry to be replaced.
o $value
- The value to be replaced.
o $handle
- The database handler, returned by dba_open(3) or dba_popen(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
dba_exists(3), dba_delete(3), dba_fetch(3), dba_insert(3).
PHP Documentation Group DBA_REPLACE(3)