| Name | Size | Mode | Actions |
|---|---|---|---|
| IntlFormatter.php | 2181 | 0644 | editdlrm |
| IntlFormatterInterface.php | 690 | 0644 | editdlrm |
| MessageFormatter.php | 1659 | 0644 | editdlrm |
| MessageFormatterInterface.php | 875 | 0644 | editdlrm |
/home/techb158/ileadtechnology.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; }