php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dateformat_data.c File Reference
#include "dateformat_data.h"

Go to the source code of this file.

Functions

void dateformat_data_init (dateformat_data *datef_data)
 
void dateformat_data_free (dateformat_data *datef_data)
 
dateformat_datadateformat_data_create (void)
 

Function Documentation

◆ dateformat_data_create()

dateformat_data * dateformat_data_create ( void )

Definition at line 52 of file dateformat_data.c.

◆ dateformat_data_free()

void dateformat_data_free ( dateformat_data * datef_data)

Definition at line 36 of file dateformat_data.c.

◆ dateformat_data_init()

void dateformat_data_init ( dateformat_data * datef_data)

Definition at line 23 of file dateformat_data.c.