Q. Which function is used to include a file in PHP?

  • (A) require()
  • (B) include()
  • (C) Both A and B
  • (D) import()
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both A and B
Explanation: Both include() and require() are used to include files in PHP.
Explanation by: Roshan
Both include() and require() are used to include files in PHP.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
12
Total Visits
πŸ“½οΈ
2 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
92%
Success Rate