php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | dateformat_data |
Functions | |
dateformat_data * | dateformat_data_create (void) |
void | dateformat_data_init (dateformat_data *datef_data) |
void | dateformat_data_free (dateformat_data *datef_data) |
dateformat_data * dateformat_data_create | ( | void | ) |
Definition at line 52 of file dateformat_data.c.
void dateformat_data_free | ( | dateformat_data * | datef_data | ) |
Definition at line 36 of file dateformat_data.c.
void dateformat_data_init | ( | dateformat_data * | datef_data | ) |
Definition at line 23 of file dateformat_data.c.