| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
NumberFormatter::setAttributenumfmt_set_attribute(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::setAttribute -- numfmt_set_attribute — Set an attribute 설명객체 기반 형식 
   public
   bool 
   NumberFormatter::setAttribute
    ( int  
  $attr
   , int $value
   )절차식 형식 Set a numeric attribute associated with the formatter. An example of a numeric attribute is the number of integer digits the formatter will produce. 인수
 
 반환값
   성공 시  예제Example #1 numfmt_set_attribute() example 
<?phpExample #2 OO example 
<?php위 예제의 출력: Digits: 3 1.234.567,891 Digits: 2 1.234.567,89 참고
 
  |