Php/docs/function.connection-aborted

From Get docs

connection_aborted

(PHP 4, PHP 5, PHP 7)

connection_abortedCheck whether client disconnected


Description

connection_aborted ( ) : int

Checks whether the client disconnected.


Return Values

Returns 1 if client disconnected, 0 otherwise.


See Also