_TCPServer_Close
Previous Top Next

_TCPServer_Close ( int $iSocket )

·     $iSocket: The socket ID to close.

Closes a socket (which is connected by some client).
In other words, it closes the connection to some specified client.

Return value:
None