difference between __sleep and __wakeup in php

difference between __sleep and __wakeup in php


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