php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dateformat_data.h File Reference
#include <php.h>
#include <unicode/udat.h>
#include "intl_error.h"

Go to the source code of this file.

Data Structures

struct  dateformat_data
 

Functions

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

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.