March 2002
Intermediate to advanced
528 pages
21h 29m
English
ignore_user_abort
int ignore_user_abort([bool ignore])
Sets whether the client disconnecting from the script should stop
processing of the PHP script. If ignore is
true, the script will continue processing, even
after a client disconnect. Returns the current value; if
ignore is not given, the current value is
returned without a new value being set.