php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | formatter_data |
Functions | |
formatter_data * | formatter_data_create (void) |
void | formatter_data_init (formatter_data *nf_data) |
void | formatter_data_free (formatter_data *nf_data) |
formatter_data * formatter_data_create | ( | void | ) |
Definition at line 53 of file formatter_data.c.
void formatter_data_free | ( | formatter_data * | nf_data | ) |
Definition at line 37 of file formatter_data.c.
void formatter_data_init | ( | formatter_data * | nf_data | ) |
Definition at line 24 of file formatter_data.c.