dams Tue Jul 17 12:03:35 2001 EDT
Modified files:
/phpdoc/en/functions ftp.xml
Log:
Added details about directories on file_rename.
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.15 phpdoc/en/functions/ftp.xml:1.16
--- phpdoc/en/functions/ftp.xml:1.15 Sat Jul 7 14:42:26 2001
+++ phpdoc/en/functions/ftp.xml Tue Jul 17 12:03:35 2001
@@ -469,18 +469,19 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>ftp_rename</function></funcdef>
- <paramdef>int <parameter>ftp_stream</parameter></paramdef>
+ <funcdef>boolean <function>ftp_rename</function></funcdef>
+ <paramdef>resource <parameter>ftp_stream</parameter></paramdef>
<paramdef>string <parameter>from</parameter></paramdef>
<paramdef>string <parameter>to</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
- Returns &true; on success, &false; on error.</para>
+ Returns &true; on success, &false; on error.
+ </para>
<para>
- <function>ftp_rename</function> renames the file specified
- by <parameter>from</parameter> to the new name
- <parameter>to</parameter>
+ <function>ftp_rename</function> renames the file or directory
+ currently named <parameter>from</parameter> to the new name
+ <parameter>to</parameter>, on the FTP stream <parameter>ftp_stream</parameter>.
</para>
</refsect1>
</refentry>