1
0
mirror of https://github.com/php/web-php.git synced 2026-03-26 00:02:12 +01:00
Files
archived-web-php/apachecon/s_ext.php3
Rasmus Lerdorf 2424277ad8 Add main slides
1998-10-21 23:44:28 +00:00

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";?>