return shell_exec ("/path/to/bash/script arguments"); 现在,当我这样做时,命令将成功运行,outputfile.txt包含“Ran command”。 但是,PHP脚本在10秒后超时。bash ...
確定! 回上一頁