Can PHP and C++ pass data between each other?

后端 未结 11 1773
悲哀的现实
悲哀的现实 2020-12-14 20:36

I have a lot of mathematical calculations in my PHP script, which can be quite slow at times. I\'m wondering if it\'s possible to pass data from PHP to C++, do the calculati

11条回答
  •  佛祖请我去吃肉
    2020-12-14 21:10

    Create an executable in C++. Use proc_code to pass data to/from that executable andd get that executable to do the calculations.

提交回复
热议问题