Sr. PHP Programmer Question:

How to delete a file from the system?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

Unlink() deletes the given file from the file system.


Previous QuestionNext Question
How preg_match() function works?How split() function works?