Universeorange.com/Docs/
{locale.config()}
Get numeric formatting information.
Returns an associative array containing localized numeric and monetary formatting information.
Array
(
[decimal_point] => .
[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
)
)
returns data as an
array
based upon the current locale as set by{locale.set()}
.
https://www.php.net/manual/en/function.localeconv.php
Last modified: 2021-06-07
© 2021 universeorange.com