GoLang connection_status

request it (292)
GoLang replacement for PHP's connection_status [edit | history]



Do you know a GoLang replacement for PHP's connection_status? Write it!

PHP connection_status

PHP original manual for connection_status [ show | php.net ]

connection_status

(PHP 4, PHP 5, PHP 7)

connection_statusReturns 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