Examlex

Solved

When You Serialize an Object with the serialize() function, PHP

question 46

True/False

When you serialize an object with the serialize() function, PHP looks in the object's class for a special function named __sleep() function, which you can use to perform many of same tasks as a destructor function.


Definitions:

Related Questions