update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값
예제
Example #1 Executing a command
<?php 참고
|