PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<ftp_chmodftp_connect>
Last updated: Mon, 16 Jul 2012

ftp_close

(PHP 4 >= 4.2.0, PHP 5)

ftp_close -- 关闭一个活动的 FTP 连接

描述

void ftp_close ( resource ftp_stream )

ftp_close() 关闭一个由参数 ftp_stream 指定的连接并释放所占用的资源。使用此函数后你将不能再使用当前的 FTP 连接,如果要进行相关操作,必须再次使用 ftp_connect() 函数来建立一个新的连接。

参考函数 ftp_connect()




<ftp_chmodftp_connect>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST