gpt4 book ai didi

php - 如何从 PHP 使用 bash 脚本?

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

© 知道这个问题被广泛问到,但我仍然做不到。我有一个有效的 bash 脚本。我使用了 shell_exec() 方法。我尝试了所有情况:bash 脚本和 php 文件位于同一目录中。 Bash 脚本位于主目录中。我使用的是 PHP 5.4,所以它不能从“safe_mode”错误。

有什么想法吗?

/**
* @Route("/ftp")
* @Template()
*/
public function ftpAction(){

$output = shell_exec('sh ./test.sh');

var_dump($output);

return new Response('ftp :'.$output);
}

最佳答案

关于php - 如何从 PHP 使用 bash 脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19288694/

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