mirror of
https://github.com/php/web-php.git
synced 2026-03-26 00:02:12 +01:00
13 lines
241 B
PHP
13 lines
241 B
PHP
<?require "header.inc";?>
|
|
<h1>Extending PHP</h1>
|
|
<ul>
|
|
<li>C API
|
|
<li>Memory Allocation
|
|
<li>Function prototypes and arguments
|
|
<li>Symbol Tables
|
|
<li>Returning values from functions
|
|
<li>Resource Lists
|
|
<li>Modules
|
|
</ul>
|
|
<?require "footer.inc";?>
|