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.
shell/shell_exec/passthru/system 関数のいずれかでプロセスを起動する PHP ファイルがあります。プロセスがまだ実行されているかどうかを確認できる必要があります。
通常のPHPツールでそれを行う方法はありますか? (つまり、fork/posix 拡張機能は利用できません)