Extending PHP with C++?

后端 未结 3 549
无人共我
无人共我 2020-11-28 10:14

I have a performance intensive routine that is written in PHP that I\'d like to port to C++ for a performance increase. Is there any way to write a plugin or extension or so

3条回答
  •  渐次进展
    2020-11-28 10:52

    PHP itself a collection of loosely related libraries. See http://devzone.zend.com/article/1021 for a tutorial how to write your own.

提交回复
热议问题