Interview Questions

What’s the special meaning of __sleep and __wakeup?

PHP Interview Questions and Answers


(Continued from previous question...)

What’s the special meaning of __sleep and __wakeup?

__sleep returns the array of all the variables than need to be saved, while __wakeup retrieves them.

(Continued on next question...)

Other Interview Questions