ignore_user_abort()
ignore_user_abort - Set whether a client disconnect should abort script executionSyntax
int ignore_user_abort (string $value)Arguments
- value - If set, this function will set the ignore_user_abortini setting to the given value. If not, this function will only return the previous setting without changing it.
