From 25cef46ca82d1095c29de495913cd47201a039de Mon Sep 17 00:00:00 2001 From: Michael Spector Date: Sun, 2 Oct 2005 07:45:27 +0000 Subject: [PATCH] describe function expect_popen git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197332 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/expect/functions/expect-popen.ini | 71 +++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 reference/expect/functions/expect-popen.ini diff --git a/reference/expect/functions/expect-popen.ini b/reference/expect/functions/expect-popen.ini new file mode 100644 index 0000000000..4256b12f43 --- /dev/null +++ b/reference/expect/functions/expect-popen.ini @@ -0,0 +1,71 @@ + + + + + expect_popen + Exectutes command via Bourne shell. + + + &reftitle.description; + + resourceexpect_popen + stringcommand + + + Executes command via Bourne shell. + + + + &reftitle.parameters; + + + + command + + + Command to execute. + + + + + + + + &reftitle.returnvalues; + + Returns an open PTY stream to the process'es stdio, stdout and stderr. + + + On failure this function returns &false;. + + + + &reftitle.seealso; + + + fopen + + + + + +