[PHP-DEV] cvs: /phpdoc/functions ftp.sgml From: Andrew Skalski (askalski <email protected>)
Date: 09/16/99

askalski Thu Sep 16 14:35:14 1999 EDT

  Modified files:
    /phpdoc/functions ftp.sgml
  Log:
  added docs for ftp_listraw and ftp_systype
  
  
Index: phpdoc/functions/ftp.sgml
diff -u phpdoc/functions/ftp.sgml:1.2 phpdoc/functions/ftp.sgml:1.3
--- phpdoc/functions/ftp.sgml:1.2 Wed Sep 15 14:59:01 1999
+++ phpdoc/functions/ftp.sgml Thu Sep 16 14:35:13 1999
@@ -90,6 +90,47 @@
    </refsect1>
   </refentry>
 
+ <refentry id="function.ftp-listraw">
+ <refnamediv>
+ <refname>ftp_listraw</refname>
+ <refpurpose>
+ Returns a detailed list of files in the given directory.
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>ftp_listraw</function></funcdef>
+ <paramdef>int <parameter>ftp_stream</parameter></paramdef>
+ <paramdef>string <parameter>directory</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ <function>ftp_listraw</function> executes the FTP LIST command,
+ and returns the result as an array. Each array element corresponds
+ to one line of text. The output is not parsed in any way. The
+ system type identifier returned by <function>ftp_systype</function>
+ can be used to determine how the results should be interpreted.
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ftp-systype">
+ <refnamediv>
+ <refname>ftp_systype</refname>
+ <refpurpose>
+ Returns the system type identifier of the remote FTP server.
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>ftp_systype</function></funcdef>
+ <paramdef>int <parameter>ftp_stream</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ Returns the remote system type, or false on error.
+ </refsect1>
+ </refentry>
+
   <refentry id="function.ftp-get">
    <refnamediv>
     <refname>ftp_get</refname>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>