dbplus_update
    (4.1.0 - 4.2.1 only)
dbplus_update -- Update specified tuple in relation
Description
int 
dbplus_update ( resource relation, array old, array new)
| Warnung | 
Diese Funktion ist
EXPERIMENTELL. Das Verhalten, der Funktionsname und alles
Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf
eigenes Risiko.  | 
     dbplus_update() replaces the tuple given by
     old with the data from
     new if and only if
     old completely matches a tuple within
     relation.