Q. Which function is used to include a file in PHP and stop the script if the file is not found?
β
Correct Answer: (A)
Require
Explanation: Require includes and evaluates a file but stops script execution on failure