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

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
 

Macro Definition Documentation

◆ EXPLICIT_CLEANUP_ENV_VAR

#define EXPLICIT_CLEANUP_ENV_VAR   "INTL_EXPLICIT_CLEANUP"

Definition at line 214 of file php_intl.c.

Function Documentation

◆ intl_locale_get_default()

const char * intl_locale_get_default ( void )

Definition at line 91 of file php_intl.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( intl )

Definition at line 254 of file php_intl.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( intl )

Definition at line 146 of file php_intl.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( intl )

Definition at line 217 of file php_intl.c.

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( intl )

Definition at line 233 of file php_intl.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( intl )

Definition at line 240 of file php_intl.c.

Variable Documentation

◆ intl_module_entry

zend_module_entry intl_module_entry
Initial value:
= {
"intl",
ext_functions,
PHP_MINIT( intl ),
PHP_MSHUTDOWN( intl ),
PHP_RINIT( intl ),
PHP_RSHUTDOWN( intl ),
PHP_MINFO( intl ),
PHP_GINIT(intl),
NULL,
NULL,
}
#define NULL
Definition gdcache.h:45
#define PHP_GINIT
Definition php.h:397
#define PHP_MINFO
Definition php.h:396
#define PHP_RINIT
Definition php.h:394
#define PHP_MSHUTDOWN
Definition php.h:393
#define PHP_RSHUTDOWN
Definition php.h:395
#define PHP_MINIT
Definition php.h:392
#define PHP_MODULE_GLOBALS
Definition php.h:408
#define PHP_INTL_VERSION
Definition php_intl.h:72
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES_EX

Definition at line 110 of file php_intl.c.