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
constant
constant
Returnthevalueofacon
pack
pack
Packagedataintobinar
time_nanosleep
time_nanosleep
Delayexecutionforsev
ignore_user_abort
ignore_user_abort
Setwhethertheexecuti
__halt_compiler
__halt_compiler
Interruptthecompiler
sapi_windows_cp_conv
sapi_windows_cp_conv
Convertstringsfromon
usleep
usleep
Delayexecutionwithsp
sapi_windows_vt100_support
sapi_windows_vt100_support
GetsorsetsVT100suppo
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?