PHP Handbuch | ||
---|---|---|
Zurück | Kapitel 33. Source Discussion | Nach vorne |
That's it, basically - there's nothing more to implementing PHP modules. Built-in modules are structured similarly to dynamic modules, so, equipped with the information presented in the previous sections, you'll be able to fight the odds when encountering PHP module source files.
Now, in the following sections, read on about how to make use of PHP's internals to build powerful extensions.
Zurück | Zum Anfang | Nach vorne |
Implementation of All Exported Functions | Nach oben | Accepting Arguments |