PHP3 Manual
PrevNext

pg_NumRows

pg_NumRows -- Returns the number of rows

Description

int pg_numfields(int result_id);

pg_NumFields() will return the number of rows in a PostgreSQL result. The argument is a valid result identifier returned by pg_Exec(). This function will return -1 on error.


PrevHomeNext
pg_NumFieldsUppg_Options