Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.ftp-rename.html
Дата изменения: Sun Feb 3 22:39:37 2002
Дата индексирования: Tue Oct 2 04:01:25 2012
Кодировка:
ftp_rename

ftp_rename

(3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0)

ftp_rename -- Renames a file on the ftp server.

Description

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

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

Returns TRUE on success, FALSE on error.