Q. Which of the following is used to stop script execution in PHP?

  • (A) exit()
  • (B) stop()
  • (C) break()
  • (D) halt()
πŸ’¬ Discuss
βœ… Correct Answer: (A) exit()
Explanation: exit() terminates the current script.
Explanation by: Mr. Dubey
exit() terminates the current script.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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