NumberFormatter::parse
NumberFormatter::parse
numfmt_parse
(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
NumberFormatter::parse -- numfmt_parse — Parse a number
Description
Object oriented style
public mixed NumberFormatter::parse ( string $value [, int $type [, int &$position ]] )
Procedural style
mixed numfmt_parse ( NumberFormatter $fmt , string $value [, int $type [, int &$position ]] )
Parse a string into a number using the current formatter rules.
登录查看完整内容