Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 19791 программист и 1676 роботов. Сейчас ищут 1090 программистов ...
Extension structure
Вернуться к: Ядро PHP: Руководство хакера
Содержание
- Files which make up an extension
- Basic constructs
- The zend_module structure
- Extension globals
- Life cycle of an extension
- Testing an extension
Many extension-writing guides focus on simple examples first and ignore the requirements of more complex implementations until later. Often such guides must repeat themselves over and over in order to describe these new features. This section describes extension structure from the perspective of a mature, practical implementation, in order to prepare users for needs and issues they will almost always encounter in the process of extension development.
Вернуться к: Ядро PHP: Руководство хакера