Module ext_php_rs::php::module [−][src]
Expand description
Builder and objects for creating modules in PHP. A module is the base of a PHP extension.
Structs
Builds a Zend extension. Must be called from within an external function called get_module
,
returning a mutable pointer to a ModuleEntry
.
Type Definitions
A function to be called when phpinfo();
is called.
A Zend module entry. Alias.
A function to be called when the extension is starting up or shutting down.