| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
NumberFormatter::setPatternnumfmt_set_pattern(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::setPattern -- numfmt_set_pattern — Set formatter pattern 설명객체 기반 형식 
   public
   bool 
   NumberFormatter::setPattern
    ( string  
  $pattern
   )절차식 형식 Set the pattern used by the formatter. Can not be used on a rule-based formatter. 인수
 
 반환값
   성공 시  예제Example #1 numfmt_set_pattern() example 
<?phpExample #2 OO example 
<?php위 예제의 출력: Pattern: #,##0.### 1.234.567,891 Pattern: #0.# kg 1234567,9 kg 참고
 
  |