使用5种编程语言开发PHP扩展

这一生的挚爱 提交于 2019-12-03 07:57:48

1. 使用C语言开发

介绍参考链接:http://blog.csdn.net/heiyeshuwu/article/details/44267021

https://devzone.zend.com/303/extension-writing-part-i-introduction-to-php-and-zend/

 

2. 使用C++语言开发

介绍参考链接:https://github.com/Qihoo360/zendAPI

http://blog.sina.com.cn/s/blog_532f78a40100qqnr.html

 

3. 使用Zephir语言开发

介绍参考链接:https://zephir-lang.com/

https://segmentfault.com/a/1190000002812601

http://jspphp.psmeimei.com/?p=609

 

4. 使用Nim语言开发

介绍参考链接:https://github.com/metatexx/nimzend

 

5. 使用Rust语言开发

介绍参考链接:https://github.com/hjr3/rust-php-ext

http://www.csdn.net/article/2015-09-07/2825636

http://developer.51cto.com/art/201504/473096.htm

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!