ClearOutput Method
Clears the output list.
Object Oriented Interface
public function doClearOutput();
Procedural Interface
ipworksssh_psclient_do_clearoutput($res);
Remarks
Clears any results returned by commands previously executed.
Note: Calling Execute always clears the output before executing the command.