ftp_rename

Renames a file on the FTP server (PHP 3>= 3.0.13, PHP 4 )
bool ftp_rename ( resource ftp_stream, string from, string to )

ftp_rename() renames the file or directory that is currently named from to the new name to, using the FTP stream ftp_stream.

Returns TRUE on success or FALSE on failure.

This HTML Help has been published using the chm2web software.