pg_affected_rows()
pg_affected_rows - Returns number of affected records (tuples)Syntax
int pg_affected_rows (resource $result)Arguments
- result - PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
