How to run PHP code asynchronously without waiting?
I want to upload a bunch of files at the same time. and some files a huge and taking a lot of time, in this case I don't need any callback response so I want to use asynchronous mode so that file upload do not timeout current process.