dbplus_update

Example

 int dbplus_update ( resource $relation , array $old , array $new ) 

Description

dbplus_update() replaces the old tuple with the data from the new one, only if the old completely matches a tuple within relation.

Return Values