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

askalski Mon Sep 20 11:19:51 1999 EDT

  Modified files:
    /phpdoc/functions ftp.sgml
  Log:
  renamed ftp_listraw to ftp_rawlist for consistency
  added string return value to ftp_mkdir (name of directory created)
  
  
Index: phpdoc/functions/ftp.sgml
diff -u phpdoc/functions/ftp.sgml:1.4 phpdoc/functions/ftp.sgml:1.5
--- phpdoc/functions/ftp.sgml:1.4 Thu Sep 16 15:02:56 1999
+++ phpdoc/functions/ftp.sgml Mon Sep 20 11:19:50 1999
@@ -115,12 +115,12 @@
    <refsect1>
     <title>Description</title>
     <funcsynopsis>
- <funcdef>int <function>ftp_mkdir</function></funcdef>
+ <funcdef>string <function>ftp_mkdir</function></funcdef>
      <paramdef>int <parameter>ftp_stream</parameter></paramdef>
      <paramdef>string <parameter>directory</parameter></paramdef>
     </funcsynopsis>
     <para>
- Returns true on success, false on error.
+ Returns the newly created directory name on success, false on error.
     <para>
      Creates the specified <parameter>directory</parameter>.
    </refsect1>
@@ -162,9 +162,9 @@
    </refsect1>
   </refentry>
 
- <refentry id="function.ftp-listraw">
+ <refentry id="function.ftp-rawlist">
    <refnamediv>
- <refname>ftp_listraw</refname>
+ <refname>ftp_rawlist</refname>
     <refpurpose>
      Returns a detailed list of files in the given directory.
     </refpurpose>
@@ -172,12 +172,12 @@
    <refsect1>
     <title>Description</title>
     <funcsynopsis>
- <funcdef>int <function>ftp_listraw</function></funcdef>
+ <funcdef>int <function>ftp_rawlist</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,
+ <function>ftp_rawlist</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>

-- 
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>