class IntlFormatter implements IntlFormatterInterface

Methods

string
formatIntl(string $message, string $locale, array $parameters = array())

Formats a localized message using rules defined by ICU MessageFormat.

Details

string formatIntl(string $message, string $locale, array $parameters = array())

Formats a localized message using rules defined by ICU MessageFormat.

Parameters

string $message
string $locale
array $parameters

Return Value

string