ftp_rename

(PHP 3>= 3.0.13, PHP 4 )

ftp_rename -- 更改 FTP 服务器上指定的文件名

描述

bool ftp_rename ( resource ftp_stream, string from, string to)

ftp_rename() 用来把参数 from 指定的文件或目录更名为 to 参数,使用的连接句柄为参数 ftp_stream

如果成功则返回 TRUE,失败则返回 FALSE