Q. Which of the following is used to handle errors in PHP?
β
Correct Answer: (A)
try-catch
Explanation: PHP uses try-catch blocks to handle exceptions and errors.