connection_aborted

Check whether client disconnected

Description

int connection_aborted()

Checks whether the client disconnected.

Parameters

This function has no parameters.

Return Values

Returns 1 if client disconnected, 0 otherwise.

See Also

  • connection_status
  • ignore_user_abort
  • Connection Handling for a complete description of connection handling in PHP.