Q. Which PHP function checks if a file exists?
β
Correct Answer: (C)
file_exists()
Explanation: file_exists() checks whether a file exists.