0 votes
in PHP by

What's the difference between __sleep and __wakeup?

1 Answer

0 votes
by

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

...