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

Go to the source code of this file.

Macros

#define phpext_enchant_ptr   &enchant_module_entry
 
#define PHP_ENCHANT_VERSION   PHP_VERSION
 
#define PHP_ENCHANT_API
 

Functions

 PHP_MINIT_FUNCTION (enchant)
 
 PHP_MSHUTDOWN_FUNCTION (enchant)
 
 PHP_MINFO_FUNCTION (enchant)
 

Variables

zend_module_entry enchant_module_entry
 

Macro Definition Documentation

◆ PHP_ENCHANT_API

#define PHP_ENCHANT_API

Definition at line 28 of file php_enchant.h.

◆ PHP_ENCHANT_VERSION

#define PHP_ENCHANT_VERSION   PHP_VERSION

Definition at line 23 of file php_enchant.h.

◆ phpext_enchant_ptr

#define phpext_enchant_ptr   &enchant_module_entry

Definition at line 21 of file php_enchant.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( enchant )

Definition at line 233 of file enchant.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( enchant )

Definition at line 188 of file enchant.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( enchant )

Definition at line 217 of file enchant.c.

Variable Documentation

◆ enchant_module_entry

zend_module_entry enchant_module_entry
extern

Definition at line 87 of file enchant.c.