What’s __sleep and __wakeup in php array

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