From 6bb779a3f5acdaede38ac2bfd1f213034286d04d Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Mon, 13 Sep 2004 08:35:29 +0000 Subject: [PATCH] Properly defined the constant, removed the extra paragraph, added check into example. This is the last commit, I promise! git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168481 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/localeconv.xml | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/reference/strings/functions/localeconv.xml b/reference/strings/functions/localeconv.xml index 037765026c..cd2562a3b4 100644 --- a/reference/strings/functions/localeconv.xml +++ b/reference/strings/functions/localeconv.xml @@ -1,5 +1,5 @@ - + @@ -139,22 +139,22 @@ The grouping fields contain arrays that define the way numbers should be - grouped. For example, the monetary grouping field for the nl_NL locale in - UTF-8 mode with the euro sign, would contain a 2 item array with the - values 3 and 3. The higher the index in the array, the farther left the - grouping is. If an array element is equal to CHAR_MAX, no further - grouping is done. If an array element is equal to 0, the previous element - should be used. + grouped. For example, the monetary grouping field for the nl_NL locale (in + UTF-8 mode with the euro sign), would contain a 2 item array with the + values 3 and 3. The higher the index in the array, the farther left the + grouping is. If an array element is equal to CHAR_MAX, + no further grouping is done. If an array element is equal to 0, the previous + element should be used. <function>localeconv</function> example ]]> @@ -193,9 +193,6 @@ Array ]]> - - The constant CHAR_MAX is also defined for the use mentioned above. - See also setlocale.