Q. Which function can be used to include and evaluate a specified file during runtime?

  • (A) include()
  • (B) require()
  • (C) include_once()
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above
Explanation: include(), require(), and include_once() all include files, with some differences in behavior.
Explanation by: Rati Dubey
include(), require(), and include_once() all include files, with some differences in behavior.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
96
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
89%
Success Rate