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