Disconnect Method
Disconnects from the news server.
Object Oriented Interface
public function doDisconnect();
Procedural Interface
ipworks_nntp_do_disconnect($res);
Remarks
This method is used to disconnect from the NewsServer. First the class attempts to send a QUIT command, and if that fails, the connection is broken.