ftp_delete

Example

 bool ftp_delete ( resource $ftp_stream , string $path ) 

Description

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

Return Values

Returns TRUE on success or FALSE on failure.