gpt4 book ai didi

php - PHP 中的 Linux 命令

转载 作者:太空宇宙 更新时间:2023-11-04 12:59:41 25 4
gpt4 key购买 nike

我正在使用“rm -f”之类的 linux 命令或通过 php shell_exec 执行一些 exe,但该命令的工作方式与 linux 命令行不同。可能是什么问题?提前致谢

$myfile = fopen("preOrder.txt", "w") or die("Unable to open file!");
if (isset($_POST['submit'])) {
$strg = $_POST['myText'];
fwrite($myfile, $strg);
fclose($myfile);
$lyparser_log=shell_exec('./lyparser.out < preOrder.txt');
$file1=fopen("log.txt","w");
fwrite($file1,$lyparser_log);
}

最佳答案

  1. 你可以试试下面的代码

    exec("rm -rf a\\");

关于php - PHP 中的 Linux 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34553760/

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