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はそのプロセスを自動的に終了しますか?
ありがとう!
コマンドの実行が完了すると、PHPは起動した新しいプロセスを自動的に終了し、スクリプトを続行します(exec()コマンドの実行中は続行できますが、出力をファイルにリダイレクトする必要があります)