php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dateformat_attr.c File Reference
#include "../php_intl.h"
#include "dateformat_class.h"
#include "../intl_convert.h"
#include <unicode/ustring.h>
#include <unicode/udat.h>

Go to the source code of this file.

Functions

 PHP_FUNCTION (datefmt_get_datetype)
 
 PHP_FUNCTION (datefmt_get_timetype)
 
 PHP_FUNCTION (datefmt_get_pattern)
 
 PHP_FUNCTION (datefmt_set_pattern)
 
 PHP_FUNCTION (datefmt_get_locale)
 
 PHP_FUNCTION (datefmt_is_lenient)
 
 PHP_FUNCTION (datefmt_set_lenient)
 

Function Documentation

◆ PHP_FUNCTION() [1/7]

PHP_FUNCTION ( datefmt_get_datetype )

Definition at line 27 of file dateformat_attr.c.

◆ PHP_FUNCTION() [2/7]

PHP_FUNCTION ( datefmt_get_locale )

Definition at line 139 of file dateformat_attr.c.

◆ PHP_FUNCTION() [3/7]

PHP_FUNCTION ( datefmt_get_pattern )

Definition at line 67 of file dateformat_attr.c.

◆ PHP_FUNCTION() [4/7]

PHP_FUNCTION ( datefmt_get_timetype )

Definition at line 47 of file dateformat_attr.c.

◆ PHP_FUNCTION() [5/7]

PHP_FUNCTION ( datefmt_is_lenient )

Definition at line 164 of file dateformat_attr.c.

◆ PHP_FUNCTION() [6/7]

PHP_FUNCTION ( datefmt_set_lenient )

Definition at line 185 of file dateformat_attr.c.

◆ PHP_FUNCTION() [7/7]

PHP_FUNCTION ( datefmt_set_pattern )

Definition at line 103 of file dateformat_attr.c.