philip          Fri Nov  8 05:09:01 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-close.xml 
  Log:
  Removed "when became available" note.  Minor update.  See also ftp_connect()
  
  
Index: phpdoc/en/reference/ftp/functions/ftp-close.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-close.xml:1.3 
phpdoc/en/reference/ftp/functions/ftp-close.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-close.xml:1.3 Tue Sep 17 05:46:57 2002
+++ phpdoc/en/reference/ftp/functions/ftp-close.xml     Fri Nov  8 05:09:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.34 -->
   <refentry id="function.ftp-close">
    <refnamediv>
@@ -12,16 +12,15 @@
       <type>void</type><methodname>ftp_close</methodname>
       
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
      </methodsynopsis>
-    <note>
-     <para>
-      This function is only available in CVS.
-     </para>
-    </note>
-    <para>
-     <function>ftp_close</function> closes <parameter>ftp_stream</parameter>
-     and releases the resource. After calling this function, you can no longer use 
the FTP connection and must
-     create a new one with <function>ftp_connect</function>.
-    </para>
+     <simpara>
+      <function>ftp_close</function> closes <parameter>ftp_stream</parameter>
+      and releases the <type>resource</type>.  After calling this function, 
+      you can no longer use the FTP connection and must create a new one 
+      with <function>ftp_connect</function>.
+    </simpara>
+    <simpara>
+     See also <function>ftp_connect</function>
+    </simpara>
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to