| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MessageFormatter::formatmsgfmt_format(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::format -- msgfmt_format — Format the message 설명객체 기반 형식 
   public
   string 
   MessageFormatter::format
    ( array  
  $args
   )절차식 형식 Format the message by substituting the data into the format string according to the locale rules 인수
 
 반환값
   The formatted string, or  예제Example #1 msgfmt_format() example 
<?phpExample #2 OO example 
<?php위 예제의 출력: 4,560 monkeys on 123 trees make 37.073 monkeys per tree 4.560 Affen auf 123 Bäumen sind 37,073 Affen pro Baum 참고
 
  |