网站首页

>>

PHP初级教程手册


函数:ftp_quit()



ftp_quit

关闭 FTP 连接。

语法: boolean ftp_quit(int ftp_stream);

返回值: 布尔值

函数种类: 网络系统

内容说明

本函数用来将远端 FTP 服务器连接关闭。参数 ftp_stream 为 FTP 的连接代码。成功则返回 true 值,失败则返回 false 值。

参考

ftp_connect()  



整理: (www.phpernote.com)

[ 上一页 ]



|