php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
msgformat.c File Reference
#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)
 

Function Documentation

◆ PHP_FUNCTION() [1/3]

PHP_FUNCTION ( msgfmt_create )

Definition at line 107 of file msgformat.c.

◆ PHP_FUNCTION() [2/3]

PHP_FUNCTION ( msgfmt_get_error_code )

Definition at line 138 of file msgformat.c.

◆ PHP_FUNCTION() [3/3]

PHP_FUNCTION ( msgfmt_get_error_message )

Definition at line 158 of file msgformat.c.

◆ PHP_METHOD()

PHP_METHOD ( MessageFormatter ,
__construct  )

Definition at line 118 of file msgformat.c.