Question:Which of the following PHP commands can be used to delete a file on a UNIX system?
A filedelete() B delete() C deletefile() D unlink() E there is no such function
+ AnswerE
+ Report