php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <msgformat_data.h>
Data Fields | |
intl_error | error |
UMessageFormat * | umsgf |
char * | orig_format |
zend_ulong | orig_format_len |
HashTable * | arg_types |
int | tz_set |
Definition at line 24 of file msgformat_data.h.
HashTable* msgformat_data::arg_types |
Definition at line 32 of file msgformat_data.h.
intl_error msgformat_data::error |
Definition at line 26 of file msgformat_data.h.
char* msgformat_data::orig_format |
Definition at line 30 of file msgformat_data.h.
zend_ulong msgformat_data::orig_format_len |
Definition at line 31 of file msgformat_data.h.
int msgformat_data::tz_set |
Definition at line 33 of file msgformat_data.h.
UMessageFormat* msgformat_data::umsgf |
Definition at line 29 of file msgformat_data.h.