default arg for pg_fetch_all

This commit is contained in:
Ben Mewburn 2019-03-14 16:29:32 +11:00
parent cfe0b74208
commit f429a95c1c
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ function pg_fetch_object ($result, $row = null, $result_type = PGSQL_ASSOC) {}
* @since 4.3.0
* @since 5.0
*/
function pg_fetch_all ($result, $result_type) {}
function pg_fetch_all ($result, $result_type = PGSQL_ASSOC) {}
/**
* Fetches all rows in a particular result column as an array