Searched refs:pg_numrows (Results 1 – 2 of 2) sorted by relevance
12 pg_numrows($result);
732 PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows)2946 int pg_numrows, pg_row; local2967 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) {2971 for (pg_row = 0; pg_row < pg_numrows; pg_row++) {7075 int pg_numrows, pg_row; local7079 if ((pg_numrows = PQntuples(pg_result)) <= 0) {7082 for (pg_row = 0; pg_row < pg_numrows; pg_row++) {
Completed in 27 milliseconds