CloseChannel Method
Closes a existing SSHChannel .
Object Oriented Interface
public function doCloseChannel($channelid);
Procedural Interface
ipworksssh_sshdaemon_do_closechannel($res, $channelid);
Remarks
ChannelId is the identifier for the SSH channel to be closed.