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

https://github.com/devonliu02/php-ext-exam

some PHP extension examples.
https://github.com/devonliu02/php-ext-exam

Last synced: about 1 year ago
JSON representation

some PHP extension examples.

Awesome Lists containing this project

README

          

# PHP Extension Example
---

All examples are developed base on **PHP 5.4**.

ref:

+ [PHP扩展编写第一步:PHP和Zend介绍](http://weizhifeng.net/write-php-extension-part1.html)
+ [《PHP扩展开发及内核应用》](http://www.walu.cc/phpbook/preface.md)
+ [用C/C++扩展你的PHP](http://www.laruence.com/2009/04/28/719.html)