Q. Which of these is used to handle exceptions in PHP? (A) try-catch (B) throw-catch (C) error-handling (D) except ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) try-catch Explanation: PHP uses try-catch blocks for exception handling.