php 用exec執行shell命令時超時。 $cmd = “sh build.sh” exec($cmd); $cmd命令是一個2-3分鐘的執行時間,請問怎麼保證php不超時。 希望是不等待此shell ...
確定! 回上一頁