How to make php script run another php script

前端 未结 9 1329
小蘑菇
小蘑菇 2021-02-07 15:45

I\'m trying to do exactly the same thing as in my previous Python question, but in PHP. See my previous (answered) question

PHP script from previous question does someth

9条回答
  •  臣服心动
    2021-02-07 16:15

    You should look into pcntl_fork if you want a multithreaded application. Also look at ignore_user_abort.

提交回复
热议问题