Php/docs/function.connection-status

From Get docs
Revision as of 08:23, 9 December 2020 by Notes (talk | contribs) (autoload)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

connection_status

(PHP 4, PHP 5, PHP 7)

connection_statusReturns connection status bitfield


Description

connection_status ( ) : int

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