_TCPServer_SocketToIP ( int $iSocket )
Converts a socket ID (returned as the first parameter for your callback functions) to a IP address.
Note that the IP address is also automatically sent as second parameter to your callback
functions.
This function was taken directly from AutoIt help file. Just its name was modified to attend to the
TCPServer UDF standards (and to avoid duplicated function name error).