pg_update
Description
mixed pg_update ( resource connection, string table_name, array data, array condition [, int options])pg_update() updates records that matches condition with data. If options is specified, pg_convert() is applied to data with specified options.
Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
See also pg_convert().