Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、無限ループを持つ PHP ファイルをトリガーしました。
shell_exec('php '.__DIR__.'/serv.php 2>&1 > /dev/null &');
そして今、私はそれを止めることはできません。
shell_exec「 」または「 」でそれを行う方法はありますexecか?
shell_exec
exec