|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_intl.h"#include "intl_error.h"#include "collator/collator_class.h"#include "collator/collator.h"#include "collator/collator_sort.h"#include "collator/collator_convert.h"#include "converter/converter.h"#include "formatter/formatter_class.h"#include "formatter/formatter_format.h"#include "grapheme/grapheme.h"#include "msgformat/msgformat_class.h"#include "normalizer/normalizer_class.h"#include "locale/locale.h"#include "locale/locale_class.h"#include "dateformat/dateformat.h"#include "dateformat/dateformat_class.h"#include "dateformat/dateformat_data.h"#include "dateformat/datepatterngenerator_class.h"#include "resourcebundle/resourcebundle_class.h"#include "transliterator/transliterator.h"#include "transliterator/transliterator_class.h"#include "timezone/timezone_class.h"#include "calendar/calendar_class.h"#include "breakiterator/breakiterator_class.h"#include "breakiterator/breakiterator_iterators.h"#include <unicode/uidna.h>#include "idn/idn.h"#include "uchar/uchar.h"#include "spoofchecker/spoofchecker_class.h"#include "common/common_enum.h"#include <unicode/uloc.h>#include <unicode/uclean.h>#include <ext/standard/info.h>#include "php_ini.h"#include "zend_attributes.h"#include "php_intl_arginfo.h"Go to the source code of this file.
Macros | |
| #define | EXPLICIT_CLEANUP_ENV_VAR "INTL_EXPLICIT_CLEANUP" |
Functions | |
| const char * | intl_locale_get_default (void) |
| PHP_MINIT_FUNCTION (intl) | |
| PHP_MSHUTDOWN_FUNCTION (intl) | |
| PHP_RINIT_FUNCTION (intl) | |
| PHP_RSHUTDOWN_FUNCTION (intl) | |
| PHP_MINFO_FUNCTION (intl) | |
Variables | |
| zend_module_entry | intl_module_entry |
| #define EXPLICIT_CLEANUP_ENV_VAR "INTL_EXPLICIT_CLEANUP" |
Definition at line 214 of file php_intl.c.
| const char * intl_locale_get_default | ( | void | ) |
Definition at line 91 of file php_intl.c.
| PHP_MINFO_FUNCTION | ( | intl | ) |
Definition at line 254 of file php_intl.c.
| PHP_MINIT_FUNCTION | ( | intl | ) |
Definition at line 146 of file php_intl.c.
| PHP_MSHUTDOWN_FUNCTION | ( | intl | ) |
Definition at line 217 of file php_intl.c.
| PHP_RINIT_FUNCTION | ( | intl | ) |
Definition at line 233 of file php_intl.c.
| PHP_RSHUTDOWN_FUNCTION | ( | intl | ) |
Definition at line 240 of file php_intl.c.
| zend_module_entry intl_module_entry |
Definition at line 110 of file php_intl.c.