Q. Which PHP function is used to manually throw an exception? (A) exception() (B) throw (C) raise() (D) error() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) throw Explanation: throw keyword is used to throw an exception.