Q. PHP recognize constructors by the name. (Solved)
1. class name()
2. _construct()
3. function _construct()
4. function __construct()
- d. function __construct()
1. class name()
2. _construct()
3. function _construct()
4. function __construct()