irc-html                Wed Jan 16 11:44:59 2002 EDT

  Modified files:              
    /phpdoc/en/functions        ftp.xml 
  Log:
  incorporated user note; ftp_size returns size in bytes
  
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.36 phpdoc/en/functions/ftp.xml:1.37
--- phpdoc/en/functions/ftp.xml:1.36    Sat Jan 12 11:28:50 2002
+++ phpdoc/en/functions/ftp.xml Wed Jan 16 11:44:59 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
  <reference id="ref.ftp">
   <title>FTP functions</title>
   <titleabbrev>FTP</titleabbrev>
@@ -477,9 +477,10 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     <function>ftp_size</function> returns the size of a file.  If an
+     <function>ftp_size</function> returns the size of a file in bytes.  If an
      error occurs, of if the file does not exist, -1 is returned.  Not
-     all servers support this feature.</para>
+     all servers support this feature.
+    </para>
     <para>
      Returns the file size on success, or -1 on error.
     </para>


Reply via email to