外部プログラムを実行

外部プログラムを非同期で実行

標準出力を「/dev/null」(空ファイル)にリダイレクト(捨てる)
「&」で非同期実行

exec('path/exec.php > /dev/null &');

外部プログラムの書き方