ftp_delete
    (PHP 3>= 3.0.13, PHP 4 )
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 or FALSE on failure.