|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <unicode/ustring.h>#include <unicode/umsg.h>#include "php_intl.h"#include "msgformat_class.h"#include "msgformat_data.h"#include "intl_convert.h"Go to the source code of this file.
Functions | |
| PHP_FUNCTION (msgfmt_create) | |
| PHP_METHOD (MessageFormatter, __construct) | |
| PHP_FUNCTION (msgfmt_get_error_code) | |
| PHP_FUNCTION (msgfmt_get_error_message) | |
| PHP_FUNCTION | ( | msgfmt_create | ) |
Definition at line 107 of file msgformat.c.
| PHP_FUNCTION | ( | msgfmt_get_error_code | ) |
Definition at line 138 of file msgformat.c.
| PHP_FUNCTION | ( | msgfmt_get_error_message | ) |
Definition at line 158 of file msgformat.c.
| PHP_METHOD | ( | MessageFormatter | , |
| __construct | ) |
Definition at line 118 of file msgformat.c.