Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 234 Bytes

run_a_script_even_if_the_client_has_disconnected.md

File metadata and controls

6 lines (5 loc) · 234 Bytes

Run a script even if the client has disconnected

This will instruct PHP that the script is not to be terminated even if user closes their browser, navigated away to another site, or clicked stop

ignore_user_abort(true);