πŸ“Š PHP
Q. Which of the following is used to terminate script execution in PHP?
  • (A) exit()
  • (B) stop()
  • (C) end()
  • (D) break()
πŸ’¬ Discuss
βœ… Correct Answer: (A) exit()

Explanation: exit() or die() can be used to terminate the execution of a PHP script.

Explanation by: Rati Dubey
exit() or die() can be used to terminate the execution of a PHP script.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
40
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
85%
Success Rate