Don't wait for the process to exit

后端 未结 7 2165
生来不讨喜
生来不讨喜 2020-12-12 03:17

I have a PHP script that is called from a cron job every minute. This script takes some info from the database and then calls another PHP script using the System function (p

7条回答
  •  感情败类
    2020-12-12 03:44

    I think the answer would be very similar to those already provided for Asynchronous PHP calls.

提交回复
热议问题