| ||||||||||
![]() | pg_num_rowsDescriptionint pg_num_rows ( resource result)pg_num_rows() will return the number of rows in a PostgreSQL result resource. result is a query result resource returned by pg_query(). This function will return -1 on error.
See also pg_num_fields() and pg_affected_rows(). | ![]() | ||||||||
|