Skip to content

Latest commit

 

History

History
146 lines (99 loc) · 2.27 KB

SSHChannel.ru.md

File metadata and controls

146 lines (99 loc) · 2.27 KB

SSHChannel

  • класс SSHChannel (ssh\SSHChannel)
  • пакет ssh
  • исходники ssh/SSHChannel.php

Классы наследники

SSHExecChannel, SSHSftpChannel

Описание

Class SSHChannel


Свойства


Методы


Методы

__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