- ftp_close(): Added note about CVS, info about resource releasing.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66776 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-01-03 08:07:41 +00:00
parent 084838036b
commit b042927397

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.34 $ -->
<!-- $Revision: 1.35 $ -->
<reference id="ref.ftp">
<title>FTP functions</title>
<titleabbrev>FTP</titleabbrev>
@ -608,8 +608,15 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII);
<paramdef>resource <parameter>ftp_stream</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<note>
<para>
This function is only available in CVS.
</para>
</note>
<para>
<function>ftp_close</function> closes <parameter>ftp_stream</parameter>.
<function>ftp_close</function> closes <parameter>ftp_stream</parameter>
and releases the resource. You can't reuse this resource but have to
create a new one with <function>ftp_connect</function>.
</para>
</refsect1>
</refentry>