I18Nv2_Locale::formatNumber()
I18Nv2_Locale::formatNumber()
-- Format a number
概要
require_once 'I18Nv2/Locale.php'; |
string I18Nv2_Locale::formatNumber (numeric $value)
説明
Format a number corresponding to the current locale.
パラメータ
- numeric
$value numeric value which should be formatted
返り値
Returns string formatted number.
注意
この関数は、スタティックにコールする
ことはできません。