It checks whether the client has disconnected.
Example
<?php
if (connection_aborted())
error_log (“Connection is aborted”);
?>
It checks whether the client has disconnected.
Example
<?php
if (connection_aborted())
error_log (“Connection is aborted”);
?>