From c4596b0e565e7ec20429301332415a1c4a73dddc Mon Sep 17 00:00:00 2001 From: Cornelia Boenigk Date: Sun, 29 Jun 2003 23:26:02 +0000 Subject: [PATCH] fixed parameters and example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133694 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-all.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/reference/pgsql/functions/pg-fetch-all.xml b/reference/pgsql/functions/pg-fetch-all.xml index 3a32d73dc3..f7d4175c85 100644 --- a/reference/pgsql/functions/pg-fetch-all.xml +++ b/reference/pgsql/functions/pg-fetch-all.xml @@ -1,22 +1,21 @@ - + pg_fetch_all - Fetch a row as an array + Fetch all rows from a result as an array Description arraypg_fetch_all resourceresult - introw pg_fetch_all returns an array that - contains all row (tuples/records) in result resource. It returns - &false;, if there are no more rows. + contains all rows (tuples/records) in result resource. It returns + &false;, if there are no rows. See also pg_fetch_row, @@ -26,7 +25,7 @@ - PostgreSQL fetch array + PostgreSQL fetch all