expect_popen

(PECL expect >= 0.1.0)

expect_popenExecute command via Bourne shell, and open the PTY stream to the process

说锟斤拷

expect_popen ( string $command ) : resource

Execute command via Bourne shell, and open the PTY stream to the process.

锟斤拷锟斤拷

command

Command to execute.

锟斤拷锟斤拷值

Returns an open PTY stream to the processes stdio, stdout, and stderr.

On failure this function returns FALSE.

锟斤拷锟斤拷

Example #1 expect_popen() example

<?php
// Login to the PHP.net CVS repository:
$stream expect_popen ("cvs -d :pserver:anonymous@cvs.php.net:/repository login");
sleep (3);
fwrite ($stream"phpfi\n");
fclose ($stream);
?>

锟轿硷拷

  • popen() - 锟津开斤拷锟斤拷锟侥硷拷指锟斤拷