开发者

Call C program from PHP

开发者 https://www.devze.com 2023-01-06 00:32 出处:网络
How can I call a C program from PHP? I have tried with system exec or 开发者_如何学编程shell _exec. This is a C program I\'ve written.You must use exec or similar function.

How can I call a C program from PHP? I have tried with system exec or 开发者_如何学编程shell _exec. This is a C program I've written.


You must use exec or similar function.

0

精彩评论

暂无评论...
验证码 换一张
取 消