(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
Parse a number
public mixed NumberFormatter::parse ( string $value [, int $type [, int &$position ]] )
Object oriented style
Procedural style
mixed numfmt_parse ( NumberFormatter $fmt , string $value [, int $type [, int &$position ]] )
Parse a string into a number using the current formatter rules.
Parameters:
fmt