(PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
dbplus_update — Update specified tuple in relation
dbplus_update() replaces the old tuple with the data from the new one, only if the old completely matches a tuple within relation.
A relation opened by dbplus_open().
The old tuple.
The new tuple.
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.