connection_status
connection_status
(PHP 4, PHP 5, PHP 7)
connection_status — Returns connection status bitfield
Description
int connection_status ( void )
Gets the connection status bitfield.
Return Values
Returns the connection status bitfield, which can be used against the CONNECTION
_
XXX
constants to determine the connection status.
See Also
- connection_aborted() - Check whether client disconnected
- ignore_user_abort() - Set whether a client disconnect should abort script execution
- Connection Handling for a complete description of connection handling in PHP.
← connection_aborted
constant →
© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/function.connection-status.php