victor Wed Feb 26 01:12:26 2003 EDT Modified files: /phpdoc/en/reference/exec/functions exec.xml Log: fixed a typo Index: phpdoc/en/reference/exec/functions/exec.xml diff -u phpdoc/en/reference/exec/functions/exec.xml:1.4 phpdoc/en/reference/exec/functions/exec.xml:1.5 --- phpdoc/en/reference/exec/functions/exec.xml:1.4 Sun Jan 19 01:46:44 2003 +++ phpdoc/en/reference/exec/functions/exec.xml Wed Feb 26 01:12:25 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/exec.xml, last change in rev 1.2 --> <refentry id="function.exec"> <refnamediv> @@ -24,7 +24,7 @@ use the <function>passthru</function> function. </para> <para> - If the <parameter>array</parameter> argument is present, then the + If the <parameter>output</parameter> argument is present, then the specified array will be filled with every line of output from the command. Line endings, such as <literal>\n</literal>, are not included in this array. Note that if the array already contains some
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php