Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ignore_user_abort
ignore_user_abort
Set whether the execution of the script is interrupted when the client disconnects
Name:
ignore_user_abort
Category:
Miscellaneous
Programming Language:
php
One-line Description:
Sets whether the remote client can abort a running script.
Related
Why ignore_user_abort Doesn't Work? Common Issues and Solutions
2
How to Ensure Task Integrity When Using ignore_user_abort with Database Transactions?
6
Use ignore_user_abort in long-running tasks to avoid PHP script timeouts
5
Similar Functions
usleep
usleep
Delayexecutionwithsp
exit
exit
Outputamessageandexi
pack
pack
Packagedataintobinar
sapi_windows_cp_is_utf8
sapi_windows_cp_is_utf8
Indicateswhetherthec
die
die
Equivalenttoexit()
sleep
sleep
Delayedexecution
ignore_user_abort
ignore_user_abort
Setwhethertheexecuti
highlight_string
highlight_string
Stringsyntaxhighligh
Popular Articles
Why ignore_user_abort Doesn't Work? Common Issues and Solutions
Use ignore_user_abort in long-running tasks to avoid PHP script timeouts
How to Ensure Task Integrity When Using ignore_user_abort with Database Transactions?