Skip to content

Latest commit

 

History

History
146 lines (99 loc) · 2.21 KB

SSHChannel.md

File metadata and controls

146 lines (99 loc) · 2.21 KB

SSHChannel

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

Child Classes

SSHExecChannel, SSHSftpChannel

Description

Class SSHChannel


Properties


Methods


Methods

__construct()

__construct(): void

connect()

connect(int $timeout): void

disconnect()

disconnect(): void

isClosed()

isClosed(): bool

isConnected()

isConnected(): bool

isEOF()

isEOF(): bool

sendSignal()

sendSignal(string $signal): void

start()

start(): void

getInputStream()

getInputStream(): php\io\Stream

setInputStream()

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

getOutputStream()

getOutputStream(): php\io\Stream

setOutputStream()

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