From 4f872c744a83fa17b3fc0717f18bd3cdbb7edfd4 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Sun, 13 Sep 2009 09:51:42 +0000 Subject: [PATCH] Fixed some grammar. Minor clarifications. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288289 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/ingres-field-length.xml | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/reference/ingres-ii/functions/ingres-field-length.xml b/reference/ingres-ii/functions/ingres-field-length.xml index 936f904e13..7356254197 100644 --- a/reference/ingres-ii/functions/ingres-field-length.xml +++ b/reference/ingres-ii/functions/ingres-field-length.xml @@ -45,16 +45,18 @@ index - index is the column number whose length will be - retrieved. The start and end values for index depends - on the the value of ingres.array_index_start. If ingres.array_index_start is 0 then - the field number must be between 0 and one less than the value given by - ingres_num_fields. Else if ingres.array_index_start is 1 then - the field number must be between 1 and the value given by - ingres_num_fields. + index is the column number whose length + will be retrieved. The start and end values + for index depend upon the the value + of ingres.array_index_start. If ingres.array_index_start + is 0 then the field number must be + between 0 + and ingres_num_fields - + 1. Otherwise, + if ingres.array_index_start + is 1 then the field number must be + between 1 + and ingres_num_fields.