mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
084838036b
commit
b042927397
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue