phper-doc 0.15.5

The documentation of phper.
Documentation
1
2
3
4
5
6
7
8
9
10
# Module

> Just to clarify, in PHP's source code, PHP extensions are named as "PHP modules."
>
> PHP extensions (aka PHP “modules”) are loaded in INI files with an “extension=pib.so” line.
>
> Refer: <https://www.phpinternalsbook.com/php7/extensions_design/zend_extensions.html#on-differences-between-php-and-zend-extensions>

[Module](phper::modules::Module) is the entry of registering hooks, functions,
classes, ini properties, constants, etc.