IGNORE_USER_ABORT
Set whether a client disconnect should abort script execution
SYNTAX
ignore_user_abort ( [ bool $value ] ) : int
PARAMETERS
value
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
Returns the previous setting, as an integer.
EXAMPLES