Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 967 Bytes

SSHExecChannel.md

File metadata and controls

46 lines (31 loc) · 967 Bytes

SSHExecChannel

  • class SSHExecChannel (ssh\SSHExecChannel) extends SSHChannel
  • package ssh
  • source ssh/SSHExecChannel.php

Description

Class SSHExecChannel


Methods


Methods

setCommand()

setCommand(string $command): void

getErrorStream()

getErrorStream(): php\io\Stream

setErrorStream()

setErrorStream(php\io\Stream $stream, bool $dontClose): void