sander Wed Jul 10 05:56:27 2002 EDT
Modified files:
/phpdoc/en/reference/exec/functions proc-close.xml
Log:
Refer to pclose(), not popen().
Index: phpdoc/en/reference/exec/functions/proc-close.xml
diff -u phpdoc/en/reference/exec/functions/proc-close.xml:1.2
phpdoc/en/reference/exec/functions/proc-close.xml:1.3
--- phpdoc/en/reference/exec/functions/proc-close.xml:1.2 Wed Apr 17 02:37:47
2002
+++ phpdoc/en/reference/exec/functions/proc-close.xml Wed Jul 10 05:56:27 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.28 -->
<refentry id='function.proc-close'>
<refnamediv>
@@ -16,7 +16,7 @@
<methodparam><type>resource</type><parameter>process</parameter></methodparam>
</methodsynopsis>
<para>
- <function>proc_close</function> is similar to <function>popen</function>
+ <function>proc_close</function> is similar to <function>pclose</function>
except that it only works on processes opened by
<function>proc_open</function>.
<function>proc_close</function> waits for the process to terminate, and
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php