phpで別スレッドで処理を実行する書き方
exec("nohup php -c '' '起動PHPファイルパス' '引数ARGS' > /dev/null &");
投げっぱなしジャーマンなのでその後ことは別途チェックなり処理が必要
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
phpで別スレッドで処理を実行する書き方
exec("nohup php -c '' '起動PHPファイルパス' '引数ARGS' > /dev/null &");
投げっぱなしジャーマンなのでその後ことは別途チェックなり処理が必要
Register as a new user and use Qiita more conveniently
Go to list of users who liked