How will you add a constructor function to a PHP class?

Submitted by: Administrator
PHP provides a special function called __construct() to define a constructor. You can pass as many as arguments you like into the constructor function.
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers