gpt4 book ai didi

php - 如何在 php exec() 中传递参数?

转载 作者:行者123 更新时间:2023-12-04 04:36:11 51 4
gpt4 key购买 nike

我正在尝试使用输入文件和参数运行 .exe 应用程序。

使用 cmd 我可以像这样成功启动可执行文件...

C:\Program Files\MyApp.exe "path\to\input file" argument

但是,当我像这样简单地将上面的字符串复制粘贴到 exec() 函数中时,没有任何 react ..
exec("C:\Program Files\MyApp.exe "path\to\input file" argument") 

我需要转义字符串的一部分吗?我应该如何进行?

最佳答案

只需像从 shell 正常调用一样传递参数

例如:

exec("C:\Program Files\MyApp.exe \"path to\input file\" argument") 

关于php - 如何在 php exec() 中传递参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19708343/

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