PHP function ignore_user_abort()
Availability in PHP 4.0
Set whether a client disconnect should abort script execution
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$value |
string |
null | If set, this function will set the ignore_user_abort ini setting to the given value. If not, this function will only return the previous setting without changing it. |
Return values
int
the previous setting, as an integer.