php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $locale, string $pattern) | |
format (array $values) | |
parse (string $string) | |
setPattern (string $pattern) | |
getPattern () | |
getLocale () | |
getErrorCode () | |
getErrorMessage () | |
Static Public Member Functions | |
static | create (string $locale, string $pattern) |
static | formatMessage (string $locale, string $pattern, array $values) |
static | parseMessage (string $locale, string $pattern, string $message) |
@generate-class-entries @not-serializable
Definition at line 6 of file msgformat.stub.php.
MessageFormatter::__construct | ( | string | $locale, |
string | $pattern ) |
Definition at line 8 of file msgformat.stub.php.
|
static |
@tentative-return-type @alias msgfmt_create
Definition at line 14 of file msgformat.stub.php.
MessageFormatter::format | ( | array | $values | ) |
@tentative-return-type @alias msgfmt_format
Definition at line 20 of file msgformat.stub.php.
|
static |
@tentative-return-type @alias msgfmt_format_message
Definition at line 26 of file msgformat.stub.php.
MessageFormatter::getErrorCode | ( | ) |
@tentative-return-type @alias msgfmt_get_error_code
Definition at line 64 of file msgformat.stub.php.
MessageFormatter::getErrorMessage | ( | ) |
@tentative-return-type @alias msgfmt_get_error_message
Definition at line 70 of file msgformat.stub.php.
MessageFormatter::getLocale | ( | ) |
@tentative-return-type @alias msgfmt_get_locale
Definition at line 58 of file msgformat.stub.php.
MessageFormatter::getPattern | ( | ) |
@tentative-return-type @alias msgfmt_get_pattern
Definition at line 52 of file msgformat.stub.php.
MessageFormatter::parse | ( | string | $string | ) |
Definition at line 33 of file msgformat.stub.php.
|
static |
Definition at line 40 of file msgformat.stub.php.
MessageFormatter::setPattern | ( | string | $pattern | ) |
@tentative-return-type @alias msgfmt_set_pattern
Definition at line 46 of file msgformat.stub.php.