News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

Version Control Blog: Upgrading Drupal with Git

DevShed: Creating a Simple Threaded Discussion Forum

Inside Open Source: Two New Articles (Date/Time & Services_Google)

PHPBuilder.com: Creating an Online Survey - Part 2

WebReference.com: User Personalization with PHP: User Login


Community Events









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


wordpress opinion job sqlserver zendframework conference benchmark developer extension security symfony zend facebook doctrine framework codeigniter release windows microsoft drupal

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