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

Explanation: exit() stops the execution of a script.

Explanation by: Admin
exit() stops the execution of a script.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
2 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
86%
Success Rate