> can anone show me a good example how to use this function?
> I'm not really sure how it works

<?
    ignore_user_abort(true);
    if(connection_aborted()) {
         ...do something...
    } else {
         ...do something else...
    }
?>

it only makes sense to use if your turn off user aborts.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to