expect_popen
(PECL expect >= 0.1.0)
expect_popen — Bourne シェル経由でコマンドを実行し、プロセスへの PTY ストリームをオープンする
パラメータ
command
-
実行するコマンド。
例
例1 expect_popen() の例
<?php
// PHP.net の CVS リポジトリにログインします
$stream = expect_popen ("cvs -d :pserver:anonymous@cvs.php.net:/repository login");
sleep (3);
fwrite ($stream, "phpfi\n");
fclose ($stream);
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google