php asynchronous request

1.ajax By rendering the front-end page and executing Ajax using js, this method is still applicable. It is limited to business scenarios, because it can only be called in browsers, and it will not work if interface requests are encountered. 2.popen Open a pipeline to the process, and each request will start a process. You can call it by, but i ...

Added by Wolf_22 on Sat, 18 Sep 2021 08:56:44 +0300