Q. How do you terminate a PHP script?
β
Correct Answer: (A)
exit;
Explanation: The exit or die statement is used to terminate script execution.