An open API service indexing awesome lists of open source software.

https://github.com/jgmdev/dev-php-ext

Temporary repo to create a small manual that explains how to develop a PHP extension.
https://github.com/jgmdev/dev-php-ext

Last synced: about 3 hours ago
JSON representation

Temporary repo to create a small manual that explains how to develop a PHP extension.

Awesome Lists containing this project

README

          







Table of Contents



Introduction >>

------------------------------------------------------------------------

Small manual that explains how to develop a PHP extension.

# Table of Contents

  1. Introduction



  2. Building PHP





  3. Extensions Skeleton






  4. Variables






  5. Functions




  6. Classes


  7. Namespaces


------------------------------------------------------------------------







Table of Contents



Introduction >>