PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'I18Nv2/Locale.php';
string I18Nv2_Locale::formatCurrency (numeric $value)
string I18Nv2_Locale::formatCurrency
Format a currecy value corresponding to the current locale.
numeric value which should be formatted
Returns string formatted currency value.
This function can not be called statically.