gpt4 book ai didi

php shell_exec() 输出得到一个文本文件

转载 作者:可可西里 更新时间:2023-11-01 00:36:47 25 4
gpt4 key购买 nike

我正在尝试在我的 Centos 计算机上运行 rate -c 192.168.122.0/24 命令,并使用 shell_exec('rate - c 192.168.122.0/24') 命令;仍然没有运气!!

最佳答案

如果你不需要 PHP,你可以在 shell 中运行它:

rate -c 192.168.122.0/24 > file.txt

如果你必须从 PHP 运行它:

shell_exec('rate -c 192.168.122.0/24 > file.txt');

“>”字符将命令的输出重定向到文件。

关于php shell_exec() 输出得到一个文本文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5715733/

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