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

PHPBuilder.com: Securing Data Sent Via GET Requests

Gonzalo Ayuso's Blog: Protect files within public folders with mod_rewrite and PHP

YoungCoders.com: The PHP Construct You've Never Used

EchoDitto Labs Blog: How to Configure Eclipse PDT with Zend Server Debugger on MAMP for Drupal

DZone.com: Sencha Touch 2 Models - Loading And Saving Model Data Using a Proxy, PHP Example


Community Events











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


series opinion community development release framework unittest functional phpunit example code interview tool zendframework2 language testing conference podcast introduction object

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