int|float|false parse(string $value, int $type = self::TYPE_DOUBLE, int $position)
Parse a number.
int|float|false parse(string $value, int $type = self::TYPE_DOUBLE, int $position)
Parse a number.
string | $value | The value to parse |
int | $type | Type of the formatting, one of the format type constants. NumberFormatter::TYPE_DOUBLE by default |
int | $position | Offset to begin the parsing on return this value will hold the offset at which the parsing ended |
int|float|false | The parsed value of false on error |
http://www.php.net/manual/en/numberformatter.parse.php |
Designed by : w10schools
service@w10schools.com
Please login to continue.