Function __global->connection_aborted
Definitions
sources_custom/phpstub.php
- Whether the client has disconnected.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the client has disconnected
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether the client has disconnected.
*
* @return boolean Whether the client has disconnected
*/
function connection_aborted() : bool
* Whether the client has disconnected.
*
* @return boolean Whether the client has disconnected
*/
function connection_aborted() : bool

