|
MessageFormatter::formatMessagemsgfmt_format_message(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::formatMessage -- msgfmt_format_message — Quick format message ОписаниеОбъектно-ориентированный стиль
static
string
MessageFormatter::formatMessage
( string $locale
, string $pattern
, array $args
)
Процедурный стиль
string
msgfmt_format_message
( string $locale
, string $pattern
, array $args
)
Quick formatting function that formats the string without having to explicitly create the formatter object. Use this function when the format operation is done only once and does not need and parameters or state to be kept. Список параметров
Возвращаемые значенияThe formatted pattern string or FALSE if an error occurred ПримерыПример #1 msgfmt_format_message() 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 Смотрите также
|
|