php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dateformat_arginfo.h File Reference

Go to the source code of this file.

Macros

#define arginfo_class_IntlDateFormatter_getTimeType   arginfo_class_IntlDateFormatter_getDateType
 
#define arginfo_class_IntlDateFormatter_getCalendar   arginfo_class_IntlDateFormatter_getDateType
 
#define arginfo_class_IntlDateFormatter_getPattern   arginfo_class_IntlDateFormatter_getTimeZoneId
 

Functions

 ZEND_METHOD (IntlDateFormatter, __construct)
 
 ZEND_FUNCTION (datefmt_create)
 
 ZEND_FUNCTION (datefmt_get_datetype)
 
 ZEND_FUNCTION (datefmt_get_timetype)
 
 ZEND_FUNCTION (datefmt_get_calendar)
 
 ZEND_FUNCTION (datefmt_set_calendar)
 
 ZEND_FUNCTION (datefmt_get_timezone_id)
 
 ZEND_FUNCTION (datefmt_get_calendar_object)
 
 ZEND_FUNCTION (datefmt_get_timezone)
 
 ZEND_FUNCTION (datefmt_set_timezone)
 
 ZEND_FUNCTION (datefmt_set_pattern)
 
 ZEND_FUNCTION (datefmt_get_pattern)
 
 ZEND_FUNCTION (datefmt_get_locale)
 
 ZEND_FUNCTION (datefmt_set_lenient)
 
 ZEND_FUNCTION (datefmt_is_lenient)
 
 ZEND_FUNCTION (datefmt_format)
 
 ZEND_FUNCTION (datefmt_format_object)
 
 ZEND_FUNCTION (datefmt_parse)
 
 ZEND_METHOD (IntlDateFormatter, parseToCalendar)
 
 ZEND_FUNCTION (datefmt_localtime)
 
 ZEND_FUNCTION (datefmt_get_error_code)
 
 ZEND_FUNCTION (datefmt_get_error_message)
 

Macro Definition Documentation

◆ arginfo_class_IntlDateFormatter_getCalendar

#define arginfo_class_IntlDateFormatter_getCalendar   arginfo_class_IntlDateFormatter_getDateType

Definition at line 27 of file dateformat_arginfo.h.

◆ arginfo_class_IntlDateFormatter_getPattern

#define arginfo_class_IntlDateFormatter_getPattern   arginfo_class_IntlDateFormatter_getTimeZoneId

Definition at line 50 of file dateformat_arginfo.h.

◆ arginfo_class_IntlDateFormatter_getTimeType

#define arginfo_class_IntlDateFormatter_getTimeType   arginfo_class_IntlDateFormatter_getDateType

Definition at line 25 of file dateformat_arginfo.h.

Function Documentation

◆ ZEND_FUNCTION() [1/20]

ZEND_FUNCTION ( datefmt_create )

◆ ZEND_FUNCTION() [2/20]

ZEND_FUNCTION ( datefmt_format )

◆ ZEND_FUNCTION() [3/20]

ZEND_FUNCTION ( datefmt_format_object )

◆ ZEND_FUNCTION() [4/20]

ZEND_FUNCTION ( datefmt_get_calendar )

◆ ZEND_FUNCTION() [5/20]

ZEND_FUNCTION ( datefmt_get_calendar_object )

◆ ZEND_FUNCTION() [6/20]

ZEND_FUNCTION ( datefmt_get_datetype )

◆ ZEND_FUNCTION() [7/20]

ZEND_FUNCTION ( datefmt_get_error_code )

◆ ZEND_FUNCTION() [8/20]

ZEND_FUNCTION ( datefmt_get_error_message )

◆ ZEND_FUNCTION() [9/20]

ZEND_FUNCTION ( datefmt_get_locale )

◆ ZEND_FUNCTION() [10/20]

ZEND_FUNCTION ( datefmt_get_pattern )

◆ ZEND_FUNCTION() [11/20]

ZEND_FUNCTION ( datefmt_get_timetype )

◆ ZEND_FUNCTION() [12/20]

ZEND_FUNCTION ( datefmt_get_timezone )

◆ ZEND_FUNCTION() [13/20]

ZEND_FUNCTION ( datefmt_get_timezone_id )

◆ ZEND_FUNCTION() [14/20]

ZEND_FUNCTION ( datefmt_is_lenient )

◆ ZEND_FUNCTION() [15/20]

ZEND_FUNCTION ( datefmt_localtime )

◆ ZEND_FUNCTION() [16/20]

ZEND_FUNCTION ( datefmt_parse )

◆ ZEND_FUNCTION() [17/20]

ZEND_FUNCTION ( datefmt_set_calendar )

◆ ZEND_FUNCTION() [18/20]

ZEND_FUNCTION ( datefmt_set_lenient )

◆ ZEND_FUNCTION() [19/20]

ZEND_FUNCTION ( datefmt_set_pattern )

◆ ZEND_FUNCTION() [20/20]

ZEND_FUNCTION ( datefmt_set_timezone )

◆ ZEND_METHOD() [1/2]

ZEND_METHOD ( IntlDateFormatter ,
__construct  )

◆ ZEND_METHOD() [2/2]

ZEND_METHOD ( IntlDateFormatter ,
parseToCalendar  )