Q. What does the PHP function unlink() do?
β
Correct Answer: (B)
Deletes a file
Explanation: unlink() deletes the specified file.
Explanation: unlink() deletes the specified file.