Connect Method
Connect to a remote host.
Object Oriented Interface
public function doConnect($host);
Procedural Interface
ipworks_telnet_do_connect($res, $host);
Remarks
Calling this method is equivalent to setting the RemoteHost property to Host and then setting the Connected property to True.