PHP has a couple functions called __sleep() and __wakeup(). These only work from inside of a class though. Here is a link to the php documentation where you can learn about these two functions:
PHP.net __sleep() and __wakeup() functions.
Hope this helps!