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.php3319 if ($this->isInteractiveChannelOpen(self::CHANNEL_SUBSYSTEM)) {
3344 if ($this->isInteractiveChannelOpen($channel)) {
3439 return $this->isInteractiveChannelOpen(self::CHANNEL_SHELL);
3449 return $this->isInteractiveChannelOpen(self::CHANNEL_EXEC);
3458 public function isInteractiveChannelOpen($channel) function in phpseclib3\\Net\\SSH2