update : 2015.11.03
php.shukuma.com검색:
|
expect_popen(PECL expect >= 0.1.0) expect_popen — Execute command via Bourne shell, and open the PTY stream to the process 설명
resource expect_popen
( string
$command
)Execute command via Bourne shell, and open the PTY stream to the process. 인수
반환값Returns an open PTY stream to the processes stdio, stdout, and stderr.
On failure this function returns 예제
Example #1 expect_popen() example
<?php |