πŸ“Š PHP
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

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