update : 2015.11.03
php.shukuma.com검색:
|
MessageFormatter::createMessageFormatter::__constructmsgfmt_create(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::create -- MessageFormatter::__construct -- msgfmt_create — Constructs a new Message Formatter 설명객체 기반 형식 (method) 객체 기반 형식 (constructor):
public
MessageFormatter::__construct
( string
$locale
, string $pattern
)절차식 형식 Constructs a new Message Formatter 인수
반환값The formatter object 예제Example #1 msgfmt_create() example
<?php Example #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 참고
|