Q. Which function can be used to include code only once?
β
Correct Answer: (D)
include_once()
Explanation: include_once() includes the file only once and avoids redeclaration errors.