|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <unicode/unum.h>#include "dateformat_class.h"#include "php_intl.h"#include "dateformat_data.h"#include "dateformat.h"#include "dateformat_arginfo.h"#include <zend_exceptions.h>Go to the source code of this file.
Variables | |
| zend_class_entry * | IntlDateFormatter_ce_ptr = NULL |
Definition at line 96 of file dateformat_class.c.
| zend_object * IntlDateFormatter_object_clone | ( | zend_object * | object | ) |
Definition at line 65 of file dateformat_class.c.
| zend_object * IntlDateFormatter_object_create | ( | zend_class_entry * | ce | ) |
Definition at line 47 of file dateformat_class.c.
| void IntlDateFormatter_object_free | ( | zend_object * | object | ) |
Definition at line 32 of file dateformat_class.c.
| zend_class_entry* IntlDateFormatter_ce_ptr = NULL |
Definition at line 24 of file dateformat_class.c.