From 18b6d437bc717532e758cb2edf522aad28bb4ada Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 4 Jan 2011 14:36:52 +0000 Subject: [PATCH] Fix doc bug #53624 (NULL also works for $row). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307084 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-array.xml | 4 ++-- reference/pgsql/functions/pg-fetch-assoc.xml | 4 ++-- reference/pgsql/functions/pg-fetch-object.xml | 4 ++-- reference/pgsql/functions/pg-fetch-row.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/pgsql/functions/pg-fetch-array.xml b/reference/pgsql/functions/pg-fetch-array.xml index e314c7d292..c08299b62c 100644 --- a/reference/pgsql/functions/pg-fetch-array.xml +++ b/reference/pgsql/functions/pg-fetch-array.xml @@ -52,8 +52,8 @@ row - Row number in result to fetch. Rows are numbered from 0 upwards. If omitted, - next row is fetched. + Row number in result to fetch. Rows are numbered from 0 upwards. If + omitted or &null;, the next row is fetched. diff --git a/reference/pgsql/functions/pg-fetch-assoc.xml b/reference/pgsql/functions/pg-fetch-assoc.xml index 143c0aafdf..42c65b7736 100644 --- a/reference/pgsql/functions/pg-fetch-assoc.xml +++ b/reference/pgsql/functions/pg-fetch-assoc.xml @@ -51,8 +51,8 @@ row - Row number in result to fetch. Rows are numbered from 0 upwards. If omitted, - next row is fetched. + Row number in result to fetch. Rows are numbered from 0 upwards. If + omitted or &null;, the next row is fetched. diff --git a/reference/pgsql/functions/pg-fetch-object.xml b/reference/pgsql/functions/pg-fetch-object.xml index a47af8e14f..4454127023 100644 --- a/reference/pgsql/functions/pg-fetch-object.xml +++ b/reference/pgsql/functions/pg-fetch-object.xml @@ -55,8 +55,8 @@ row - Row number in result to fetch. Rows are numbered from 0 upwards. If omitted, - next row is fetched. + Row number in result to fetch. Rows are numbered from 0 upwards. If + omitted or &null;, the next row is fetched. diff --git a/reference/pgsql/functions/pg-fetch-row.xml b/reference/pgsql/functions/pg-fetch-row.xml index 946ea4d938..18198b2c18 100644 --- a/reference/pgsql/functions/pg-fetch-row.xml +++ b/reference/pgsql/functions/pg-fetch-row.xml @@ -41,8 +41,8 @@ row - Row number in result to fetch. Rows are numbered from 0 upwards. If omitted, - next row is fetched. + Row number in result to fetch. Rows are numbered from 0 upwards. If + omitted or &null;, the next row is fetched.