Q. Which of the following functions is used to include a file only once?
β
Correct Answer: (A)
include_once()
Explanation: include_once() includes the file only if it has not been included before.