bool|string parseCurrency(string $value, string $currency, int $position = null)
Not supported. Parse a currency number.
bool|string parseCurrency(string $value, string $currency, int $position = null)
Not supported. Parse a currency number.
string | $value | The value to parse |
string | $currency | Parameter to receive the currency name (reference) |
int | $position | Offset to begin the parsing on return this value will hold the offset at which the parsing ended |
bool|string | The parsed numeric value of false on error |
MethodNotImplementedException |
http://www.php.net/manual/en/numberformatter.parsecurrency.php |
Designed by : w10schools
service@w10schools.com
Please login to continue.