News Feed
Jobs Feed
Sections




News Archive
DevShed:
The Sleep and Wakeup Magic Functions in PHP 5
June 17, 2009 @ 08:49:19

DevShed has posted the next part of their series looking at the "magic functions" that PHP5+ has to offer you in your development. They've already looked at ones like __call, __clone and __isset/__unset and now, with this new tutorial they've added __sleep and __wake.

Magic functions are an important part of the numerous improvements and additions that were introduced originally in PHP 5. They can be extremely handy when it comes to simplifying the execution of complex tasks. [...] In this fourth chapter I'm going to examine closely the "__sleep()" and "__wakeup()" functions, which are called automatically when an object is serialized and unserialized respectively.

In their example code they add the __sleep and __wake functions to the class they've been developing to output a string when the object is manipulated. These methods are automatically called when a serialize/unserialize function call is made on the object.

0 comments voice your opinion now!
tutorial function magic wakeup sleep


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: AJAX Chat Tutorial Part 6 : Updating the User List

Ralph Schindler's Blog: Compiling Gearman (or anything) for Zend Server CE on Snow Leopard

PHPBuilder.com: PHP Form Validation System: An Object-Oriented Approach

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

DevShed: Working with the Tidy Library in PHP 5


Community Events











Don't see your event here?
Let us know!


zendframework2 development unittest usergroup introduction symfony2 opinion rest testing interview phpunit functional conference framework release podcast language database community series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework