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.
- Host: GitHub
- URL: https://github.com/devonliu02/php-ext-exam
- Owner: devonliu02
- Created: 2016-05-16T16:06:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T15:58:22.000Z (about 10 years ago)
- Last Synced: 2025-05-16T05:08:36.422Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)