hholzgra                Sat Dec 15 09:37:18 2001 EDT

  Modified files:              
    /phpdoc/en/functions        ftp.xml 
  Log:
  added skeleton for missing function
  
  
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.29 phpdoc/en/functions/ftp.xml:1.30
--- phpdoc/en/functions/ftp.xml:1.29    Wed Dec 12 15:46:48 2001
+++ phpdoc/en/functions/ftp.xml Sat Dec 15 09:37:18 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
  <reference id="ref.ftp">
   <title>FTP functions</title>
   <titleabbrev>FTP</titleabbrev>
@@ -595,7 +595,29 @@
    </refsect1>
   </refentry>
 
-</reference>
+  <refentry id='function.ftp-exec'>
+   <refnamediv>
+    <refname>ftp_exec</refname>
+    <refpurpose>
+     Request execution of a program on the ftp server */
+    </refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>int <function>ftp_exec</function></funcdef>
+      <paramdef>int <parameter>stream</parameter></paramdef>
+      <paramdef>string <parameter>command</parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     &warn.undocumented.func;
+    </para>
+   </refsect1>
+  </refentry>
+
+ </reference>
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml


Reply via email to