1、写PHP扩展并不难

有一定C语言基础即可。切记一定要在Linux平台下开发,不要用Windows 这里有一篇博文,可以看下http://rango.swoole.com/archives/152

2、Zend引擎和API

去看鸟哥的博客,walu.cc,深入理解PHP内核,这3个网站

3、阅读其他扩展的源代码

参考其他扩展是怎么写的

4、提高Linux C/C++的编程能力

看这里 <http://group.swoole.com/question/105676>

5、动手实践

多动手写点扩展代码,等你熟悉了,会觉得这很简单。顺手的事情

相关文章:

  • 2021-03-16
  • 2021-09-08
  • 2021-10-12
  • 2022-01-05
  • 2021-10-28
  • 2022-12-23
  • 2021-05-19
猜你喜欢
  • 2022-01-23
  • 2021-04-03
  • 2021-11-15
  • 2022-12-23
  • 2021-11-05
  • 2021-12-02
  • 2022-12-23
相关资源
相似解决方案