- класс
SSHChannel
(ssh\SSHChannel
) - пакет
ssh
- исходники
ssh/SSHChannel.php
Классы наследники
Описание
Class SSHChannel
->
id
:int
->
exitStatus
:int
->
__construct()
->
connect()
->
disconnect()
->
isClosed()
->
isConnected()
->
isEOF()
->
sendSignal()
->
start()
->
getInputStream()
->
setInputStream()
->
getOutputStream()
->
setOutputStream()
__construct(): void
connect(int $timeout): void
disconnect(): void
isClosed(): bool
isConnected(): bool
isEOF(): bool
sendSignal(string $signal): void
start(): void
getInputStream(): php\io\Stream
setInputStream([ php\io\Stream $stream, bool $dontClose): void
getOutputStream(): php\io\Stream
setOutputStream([ php\io\Stream $stream, bool $dontClose): void