victor Sun Mar 2 07:24:33 2003 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-quit.xml Log: Incorrectly formatted function alias - fixed Index: phpdoc/en/reference/ftp/functions/ftp-quit.xml diff -u phpdoc/en/reference/ftp/functions/ftp-quit.xml:1.2 phpdoc/en/reference/ftp/functions/ftp-quit.xml:1.3 --- phpdoc/en/reference/ftp/functions/ftp-quit.xml:1.2 Wed Apr 17 02:38:16 2002 +++ phpdoc/en/reference/ftp/functions/ftp-quit.xml Sun Mar 2 07:24:32 2003 @@ -1,20 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 --> <refentry id="function.ftp-quit"> <refnamediv> <refname>ftp_quit</refname> - <refpurpose>Closes an FTP connection</refpurpose> + <refpurpose>Alias of <function>ftp_close</function></refpurpose> </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>void</type><methodname>ftp_quit</methodname> - <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam> - </methodsynopsis> <para> - <function>ftp_quit</function> is an alias for - <function>ftp_close</function>. + This function is an alias of <function>ftp_close</function>. </para> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php