PHP connection_aborted() May 23, 2012 Pramod T P It checks whether the client has disconnected. Example <?php if (connection_aborted()) error_log (“Connection is aborted”); ?>