Date: 09/20/99
- Next message: Andrew Skalski: "[PHP-DEV] cvs: /php3/functions php_ftp.c php_ftp.h /php3 Makefile.in internal_functions.c /php3/functions ftp.c ftp.h /php3/regex engine.ih regcomp.ih regerror.ih"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP3] Apache modules, PHP & stdin"
- Next in thread: Andrew Skalski: "[PHP-DEV] cvs: /phpdoc/functions ftp.sgml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andrew Skalski: "[PHP-DEV] cvs: /php3/functions php_ftp.c php_ftp.h /php3 Makefile.in internal_functions.c /php3/functions ftp.c ftp.h /php3/regex engine.ih regcomp.ih regerror.ih"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP3] Apache modules, PHP & stdin"
- Next in thread: Andrew Skalski: "[PHP-DEV] cvs: /phpdoc/functions ftp.sgml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

