Searched refs:pg_numrows (Results 1 – 2 of 2) sorted by relevance
12 pg_numrows($result);
726 PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows)2907 int pg_numrows, pg_row; local2926 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) {2930 for (pg_row = 0; pg_row < pg_numrows; pg_row++) {7021 int pg_numrows, pg_row; local7025 if ((pg_numrows = PQntuples(pg_result)) <= 0) {7028 for (pg_row = 0; pg_row < pg_numrows; pg_row++) {
Completed in 17 milliseconds