| ||||||||||
pg_num_fieldsDescriptionint pg_num_fields ( resource result)pg_num_fields() returns the number of fields (columns) in a PostgreSQL result. The argument is a result resource returned by pg_query(). This function will return -1 on error.
See also pg_num_rows() and pg_affected_rows(). | ||||||||||
|