Q. Which PHP function checks if a file exists? (A) file_check() (B) is_file() (C) file_exists() (D) check_file() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) file_exists() Explanation: file_exists() checks whether a file exists.