gpt4 book ai didi

php - 简单的 PHP : unable to execute C++ from php

转载 作者:太空宇宙 更新时间:2023-11-04 09:32:44 26 4
gpt4 key购买 nike

新手 (PHP)。试图从 php 调用 C++ 可执行文件 (a.out)。但无法这样做。可以在终端中运行 a.out 脚本,如图所示。使用 netbeans 和 mac。

我的 PHP 代码:

My PHP Code

我的终端输出:

Terminal output

我的代码输出:

My Code output

我的 C++ 源文件:

C++ Source File

使用escapeshellargument后的输出:

escapshell

我的 PHP 版本:

PHP Version

文件的读取权限:

Read Permissions

最佳答案

您的a.out 可能需要三个参数,但只给定了两个。第三个参数在 exec 调用中将为空。

试试这个:

$param3 = escapeshellarg(""); // Will make it "''" => empty but existing to a.out

关于php - 简单的 PHP : unable to execute C++ from php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29788720/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com