Search Results
Parameters ¶ locale The locale to use when formatting arguments pattern The pattern string to stick arguments into. The pattern uses an 'apostrophe-friendly' syntax; see » Quoting/Escaping for details.
Valeurs de retour Un objet de formateur de message MessageFormatter, ou null en cas d'échec.
The pattern string to stick arguments into. The pattern uses an 'apostrophe-friendly' syntax; see » Quoting/Escaping for details.
Parameters locale The locale to use when formatting arguments pattern The pattern string to stick arguments into. The pattern uses an 'apostrophe-friendly' syntax; it is run through » umsg_autoQuoteApostrophe before being interpreted.
PHP Manual Function Reference Human Language and Character Encoding Support intl MessageFormatter
Feb 25, 2024 · Parameters locale The locale to use when formatting arguments pattern The pattern string to stick arguments into. The pattern uses an 'apostrophe-friendly' syntax; it is run through » umsg_autoQuoteApostrophe before being interpreted.
Introduction MessageFormatter is a concrete class that enables users to produce concatenated, language-neutral messages. The methods supplied in this class are used to build all the messages that are seen by end users. The MessageFormatter class assembles messages from various fragments (such as text fragments, numbers, and dates) supplied by the program. Because of the MessageFormatter class ...
