update : 2015.11.03
php.shukuma.com검색:
|
NumberFormatter::formatnumfmt_format(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::format -- numfmt_format — Format a number 설명객체 기반 형식 절차식 형식 Format a numeric value according to the formatter rules. 인수
반환값
Returns the string containing formatted value, or 예제Example #1 numfmt_format() example
<?php Example #2 OO example
<?php 위 예제의 출력: 1.234.567,891 참고
|