- PHP 手册
- PHP 核心:骇客指南
扩展的结构
Table of Contents
- 组成扩展的文件
- Basic constructs
- The zend_module structure
- Extension globals
- Life cycle of an extension
- Testing an extension
许多扩展编写指南首先以简单的实例为中心而忽视以后更复杂的实现需求。这类指南经常再三地反复做着同样的事情来描述那些新特性。 此节从一个成熟、实际的实现的视角描述扩展的结构,为了使用户对在扩展开发过程中几乎都会遇到需要和问题有准备。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/internals2.structure.php