Disconnect Method
Disconnects from the RemoteHost .
Object Oriented Interface
public function doDisconnect();
Procedural Interface
ipworks_rshell_do_disconnect($res);
Remarks
This method disconnects from the RemoteHost. Calling this method is normally unnecessary, unless you wish to interrupt the remote program, or the remote program is waiting for standard input to end before terminating.