Q. Which of the following is a PHP magic method?
β
Correct Answer: (A)
__construct()
Explanation: __construct() is the constructor method automatically called on object creation.