Bu böyledir. Test.php de, bir işlev doTask (a, b, c, d) vardır;
This function need to do task that need 2-4 minutes to complete. Task including insert new record into db, curl call to other url to do task and etc.
However, I want test.php to: Just make sure dotask(a,b,c,d) is called, no need to wait until task completed then only return and continue with the remaining code at bottom.
Sebep: dnm.php size sayfa bir teşekkür olduğunu. Ben görevin tamamlanması için kullanıcı birkaç dakika bekleyin bekliyoruz olamaz. Ben göstermek gerekir, çünkü kullanıcı o sayfaya vb size mesaj ederim.
Ben ne yapabilirim?