Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.ftp-delete.html
Дата изменения: Sun Feb 3 22:39:37 2002
Дата индексирования: Mon Oct 1 21:54:55 2012
Кодировка:
ftp_delete

ftp_delete

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

ftp_delete -- Deletes a file on the ftp server.

Description

bool ftp_delete ( resource ftp_stream, string path)

ftp_delete() deletes the file specified by path from the FTP server.

Returns TRUE on success, FALSE on error.