mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
14 lines
344 B
PHP
Executable File
14 lines
344 B
PHP
Executable File
<?require "header.inc";?>
|
|
<h1>PHP Modules</h1>
|
|
<ul>
|
|
<li>char *name
|
|
<li>function_entry *function_list
|
|
<li>int (*module_startup_function)()
|
|
<li>int (*module_shutdown_function)()
|
|
<li>int (*request_startup_function)()
|
|
<li>int (*request_shutdown_function)()
|
|
<li>void (*info_function)()
|
|
<li>STANDARD_MODULE_PROPERTIES
|
|
</ul>
|
|
<?require "footer.inc";?>
|