Q. Which PHP function is used to include a file only once?
β
Correct Answer: (B)
require once
Explanation: require once includes the file only once and stops script on failure