PHP Manual: ignore_user_abort
ignore_user_abort
(PHP 3 >= 3.0.7, PHP 4, PHP 5)
ignore_user_abort -- Set whether a client disconnect should abort script executionDescription
int ignore_user_abort ( [bool setting] )Sets whether a client disconnect should cause a script to be aborted.
See Also
| connection_aborted() |
| connection_status() |
| Connection Handling for a complete description of connection handling in PHP. |