hholzgra                Sat Dec 15 09:35:27 2001 EDT

  Modified files:              
    /phpdoc/en/functions        exec.xml 
  Log:
  added skeleton for missing function
  
  
Index: phpdoc/en/functions/exec.xml
diff -u phpdoc/en/functions/exec.xml:1.23 phpdoc/en/functions/exec.xml:1.24
--- phpdoc/en/functions/exec.xml:1.23   Wed Dec 12 15:46:46 2001
+++ phpdoc/en/functions/exec.xml        Sat Dec 15 09:35:26 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <reference id="ref.exec">
   <title>Program Execution functions</title>
   <titleabbrev>Program Execution</titleabbrev>
@@ -266,6 +266,27 @@
      <function>passthru</function>, <function>popen</function>,
      <function>escapeshellcmd</function>, and the <link
      linkend="language.operators.execution">backtick operator</link>.
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id='function.shell-exec'>
+   <refnamediv>
+    <refname>shell_exec</refname>
+    <refpurpose>
+     Execute command via shell and return complete output as string
+    </refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>string <function>shell_exec</function></funcdef>
+      <paramdef>string <parameter>cmd</parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     &warn.undocumented.func;
     </para>
    </refsect1>
   </refentry>


Reply via email to