GoLang connection_aborted

request it (333)
GoLang replacement for PHP's connection_aborted [edit | history]



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

PHP connection_aborted

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

connection_aborted

(PHP 4, PHP 5, PHP 7)

connection_abortedCheck whether client disconnected

Description

int connection_aborted ( void )

Checks whether the client disconnected.

Return Values

Returns 1 if client disconnected, 0 otherwise.

See Also