Home
last modified time | relevance | path

Searched refs:isInteractiveChannelOpen (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3327 if ($this->isInteractiveChannelOpen(self::CHANNEL_SUBSYSTEM)) {
3352 if ($this->isInteractiveChannelOpen($channel)) {
3468 return $this->isInteractiveChannelOpen(self::CHANNEL_SHELL);
3478 return $this->isInteractiveChannelOpen(self::CHANNEL_EXEC);
3487 public function isInteractiveChannelOpen($channel) function in phpseclib3\\Net\\SSH2