update : 2015.11.03
php.shukuma.com검색:
|
NumberFormatter::parsenumfmt_parse(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::parse -- numfmt_parse — Parse a number 설명객체 기반 형식 절차식 형식 Parse a string into a number using the current formatter rules. 인수
반환값
The value of the parsed number or 예제Example #1 numfmt_parse() example
<?php Example #2 OO example
<?php 위 예제의 출력: 1234567.891 1234567 참고
|