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

Submitted by: Administrator
Like a constructor function you can define a destructor function using function __destruct(). You can release all the resources with-in a destructor.
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers