|
PHP5中文手册
ssh2_shell(PECL ssh2:0.10-0.9) ssh2_shell — Request an interactive shell 说明
resource ssh2_shell
( resource $session
[, string $term_type
[, array $env
[, int $width
[, int $height
[, int $width_height_type
]]]]] )
Open a shell at the remote end and allocate a stream for it. 参数
返回值
范例
Example#1 Executing a command
<?php |