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
2135 int pg_numrows, pg_row; in PHP_FUNCTION() local2162 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()2166 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()5975 int pg_numrows, pg_row; in php_pgsql_result2array() local5980 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()5981 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()
Completed in 21 milliseconds