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

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