dba_replace

Example

 bool dba_replace ( string $key , string $value , resource $handle ) 

Description

dba_replace() replaces or inserts the entry described with key and value into the database specified by handle.

Return Values

Returns TRUE on success or FALSE on failure.