Q. Which function deletes a file in PHP?
β
Correct Answer: (C)
unlink()
Explanation: unlink() is used to delete files in PHP.
Explanation: unlink() is used to delete files in PHP.