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