string formatCurrency(float $value, string $currency)
Format a currency value.
string formatCurrency(float $value, string $currency)
Format a currency value.
float | $value | The numeric currency value |
string | $currency | The 3-letter ISO 4217 currency code indicating the currency to use |
string | The formatted currency value |
http://www.php.net/manual/en/numberformatter.formatcurrency.php | |
https://en.wikipedia.org/wiki/ISO_4217#Active_codes |
Designed by : w10schools
service@w10schools.com
Please login to continue.