connection_status
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Returns connection status bitfield
Description
connection_status(): int
Gets the connection status bitfield.
Parameters Parameters
Return Values
Returns the connection status bitfield, which can be used against the CONNECTION_* constants to determine the connection status.
See Also
connection_aborted()ignore_user_abort()- Connection Handling for a complete description of connection handling in PHP.