|
MessageFormatter::formatmsgfmt_format(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::format -- msgfmt_format — Format the message ОписаниеОбъектно-ориентированный стиль
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 FALSE if an error occurred ПримерыПример #1 msgfmt_format() example
<?php Пример #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 Смотрите также
|
|