Query: dbplus_update
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBPLUS_UPDATE(3) 1 DBPLUS_UPDATE(3) dbplus_update - Update specified tuple in relationSYNOPSISint dbplus_update (resource $relation, array $old, array $new)DESCRIPTIONdbplus_update(3) replaces the $old tuple with the data from the $new one, only if the $old completely matches a tuple within $relation.PARAMETERSo $relation - A relation opened by dbplus_open(3). o $old - The old tuple. o $new - The new tuple.RETURN VALUESNOTESWarning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. PHP Documentation Group DBPLUS_UPDATE(3)