php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
msgformat_data Struct Reference

#include <msgformat_data.h>

Data Fields

intl_error error
 
UMessageFormat * umsgf
 
char * orig_format
 
zend_ulong orig_format_len
 
HashTablearg_types
 
int tz_set
 

Detailed Description

Definition at line 24 of file msgformat_data.h.

Field Documentation

◆ arg_types

HashTable* msgformat_data::arg_types

Definition at line 32 of file msgformat_data.h.

◆ error

intl_error msgformat_data::error

Definition at line 26 of file msgformat_data.h.

◆ orig_format

char* msgformat_data::orig_format

Definition at line 30 of file msgformat_data.h.

◆ orig_format_len

zend_ulong msgformat_data::orig_format_len

Definition at line 31 of file msgformat_data.h.

◆ tz_set

int msgformat_data::tz_set

Definition at line 33 of file msgformat_data.h.

◆ umsgf

UMessageFormat* msgformat_data::umsgf

Definition at line 29 of file msgformat_data.h.


The documentation for this struct was generated from the following file: