performance - correct usage of ignore_user_abort in php -


i'm making script run in background ignore_user_abort make html form user can decide if wants run script in background or not. question is: ignore_user_abort work intended if define @ end of script? after process form sent user ? or has @ beginning of script?

ignore_user_abort's effect starts command placed.

=> should place around beginning of script.

otherwise should consider add set_time_limit(0); well.

set_time_limit() info


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -