Q. How do you terminate a PHP script?

  • (A) exit;
  • (B) stop;
  • (C) end;
  • (D) terminate;
πŸ’¬ Discuss
βœ… Correct Answer: (A) exit;
Explanation: The exit or die statement is used to terminate script execution.
Explanation by: Mr. Dubey
The exit or die statement is used to terminate script execution.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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