SendChannelData Method
Used to send regular data over an SSH channel.
Object Oriented Interface
public function doSendChannelData($channelid, $data);
Procedural Interface
ipworksssh_sshdaemon_do_sendchanneldata($res, $channelid, $data);
Remarks
This method can be used to send a arbitrary data to over the channel with the specified ChannelId.