| Name | Size | Mode | Actions |
|---|---|---|---|
| IntlFormatter.php | 2125 | 0644 | editdlrm |
| IntlFormatterInterface.php | 690 | 0644 | editdlrm |
| MessageFormatter.php | 1512 | 0644 | editdlrm |
| MessageFormatterInterface.php | 854 | 0644 | editdlrm |
/home/techb158/dev.balacoffee.com/vendor/symfony/translation/Formatter/IntlFormatterInterface.php (690B)
*/ interface IntlFormatterInterface { /** * Formats a localized message using rules defined by ICU MessageFormat. * * @see http://icu-project.org/apiref/icu4c/classMessageFormat.html#details */ public function formatIntl(string $message, string $locale, array $parameters = []): string; }