Q. Which PHP function checks if a path is a regular file?
β
Correct Answer: (C)
is_file()
Explanation: is_file() verifies regular files only.