Searched refs:pg_numrows (Results 1 – 3 of 3) sorted by relevance
18 pg_numrows($result);48 Deprecated: Function pg_numrows() is deprecated since 8.0, use pg_num_rows() instead in %s on line …
557 function pg_numrows(PgSql\Result $result): int {} function
2136 int pg_numrows, pg_row; in PHP_FUNCTION() local2163 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()2167 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()6005 int pg_numrows, pg_row; in php_pgsql_result2array() local6010 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()6011 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()
Completed in 20 milliseconds