πŸ“Š PHP
Q. Which function is used to include and execute a PHP file only once?
  • (A) include_once()
  • (B) require()
  • (C) include()
  • (D) require_once()
πŸ’¬ Discuss
βœ… Correct Answer: (A) include_once()

Explanation: include_once() includes and evaluates the file during the execution of the script, and only once.

Explanation by: Mr. Dubey
include_once() includes and evaluates the file during the execution of the script, and only once.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate