_Io_Connect

Attempts to connect to a Server.

_Io_Connect($sAddress, $iPort, $bAutoReconnect = True)

Return Value

integer. Null + @error if unable to connect.

Remarks

if `$bAutoReconnect` is set to `False`. You must use `_Io_Connect` or `_Io_Reconnect` to establish a new connection.

Related

_Io_Reconnect