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
Use ignore_user_abort in long-running tasks to avoid PHP script timeouts
5
Similar Functions
defined
defined
Checkifaconstantwith
sapi_windows_vt100_support
sapi_windows_vt100_support
GetsorsetsVT100suppo
highlight_file
highlight_file
Syntaxhighlightingaf
ignore_user_abort
ignore_user_abort
Setwhethertheexecuti
define
define
Defineaconstant
sleep
sleep
Delayedexecution
usleep
usleep
Delayexecutionwithsp
__halt_compiler
__halt_compiler
Interruptthecompiler
Popular Articles
Use ignore_user_abort in long-running tasks to avoid PHP script timeouts
Why ignore_user_abort Doesn't Work? Common Issues and Solutions