Q. Which of the following is used to include code from another file and cause a fatal error if the file is missing?
β
Correct Answer: (A)
require()
Explanation: require() causes a fatal error and stops script if the file is missing.