From cd4f6f613669c4bdf5913dbaf8b57ce744f65ee5 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 13 Sep 2004 07:22:29 +0000 Subject: [PATCH] - Fixed example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168478 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/localeconv.xml | 38 ++++++++++++---------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/reference/strings/functions/localeconv.xml b/reference/strings/functions/localeconv.xml index 0e6141b649..2e34be0046 100644 --- a/reference/strings/functions/localeconv.xml +++ b/reference/strings/functions/localeconv.xml @@ -1,5 +1,5 @@ - - + + @@ -151,7 +151,7 @@ . - [thousands_sep] => - [int_curr_symbol] => - [currency_symbol] => - [mon_decimal_point] => - [mon_thousands_sep] => - [positive_sign] => - [negative_sign] => - [int_frac_digits] => 127 - [frac_digits] => 127 - [p_cs_precedes] => 127 - [p_sep_by_space] => 127 - [n_cs_precedes] => 127 - [n_sep_by_space] => 127 - [p_sign_posn] => 127 - [n_sign_posn] => 127 + [thousands_sep] => + [int_curr_symbol] => EUR + [currency_symbol] => € + [mon_decimal_point] => , + [mon_thousands_sep] => + [positive_sign] => + [negative_sign] => - + [int_frac_digits] => 2 + [frac_digits] => 2 + [p_cs_precedes] => 1 + [p_sep_by_space] => 1 + [n_cs_precedes] => 1 + [n_sep_by_space] => 1 + [p_sign_posn] => 1 + [n_sign_posn] => 2 [grouping] => Array ( ) [mon_grouping] => Array ( + [0] => 3 + [1] => 3 ) )