int|null getFractionDigits(string $currency)
Returns the number of digits after the comma of a currency.
int|null getFractionDigits(string $currency)
Returns the number of digits after the comma of a currency.
string | $currency | A currency code (e.g. "EUR") |
int|null | The number of digits after the comma or NULL if not found |
Designed by : w10schools
service@w10schools.com
Please login to continue.