php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
msgformat_data.c File Reference
#include <unicode/ustring.h>
#include "msgformat_data.h"
#include "msgformat_class.h"

Go to the source code of this file.

Functions

void msgformat_data_init (msgformat_data *mf_data)
 
void msgformat_data_free (msgformat_data *mf_data)
 
msgformat_datamsgformat_data_create (void)
 

Function Documentation

◆ msgformat_data_create()

msgformat_data * msgformat_data_create ( void )

Definition at line 70 of file msgformat_data.c.

◆ msgformat_data_free()

void msgformat_data_free ( msgformat_data * mf_data)

Definition at line 43 of file msgformat_data.c.

◆ msgformat_data_init()

void msgformat_data_init ( msgformat_data * mf_data)

Definition at line 27 of file msgformat_data.c.