|
ssh2_shell(PECL ssh2 >= 0.9.0) ssh2_shell — Request an interactive shell Описание
resource ssh2_shell
( resource $session
[, string $term_type = "vanilla"
[, array $env
[, int $width = 80
[, int $height = 25
[, int $width_height_type = SSH2_TERM_UNIT_CHARS
]]]]] )
Open a shell at the remote end and allocate a stream for it. Список параметров
Возвращаемые значения
Примеры
Пример #1 Executing a command
<?php Смотрите также
|
|