From 8684f75b61083df541ace3e48e50f1d8d840cbb1 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Fri, 21 Feb 2003 23:49:26 +0000 Subject: [PATCH] Grammar, comma. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117504 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-array.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/pgsql/functions/pg-fetch-array.xml b/reference/pgsql/functions/pg-fetch-array.xml index 1351bfd76b..9c540beb0b 100644 --- a/reference/pgsql/functions/pg-fetch-array.xml +++ b/reference/pgsql/functions/pg-fetch-array.xml @@ -1,5 +1,5 @@ - + @@ -31,13 +31,13 @@ retrieved. First row is 0. - result_type is optional parameter controls - how return value is initialized. + result_type is an optional parameter that controls + how the return value is initialized. result_type is a constant and can take the following values: PGSQL_ASSOC, PGSQL_NUM, and PGSQL_BOTH. pg_fetch_array returns associative array - that has field name as key for PGSQL_ASSOC. field index as key + that has field name as key for PGSQL_ASSOC, field index as key with PGSQL_NUM and both field name/index as key with PGSQL_BOTH. Default is PGSQL_BOTH.