News Feed
Jobs Feed
Sections




News Archive
DZone.com:
How to correctly work with PHP serialization
August 29, 2012 @ 08:19:37

In this new post to DZone.com today Giorgio Sironi takes a look at the serializing functionality in PHP and how it works with both regular variables and objects.

PHP is able to automatically serialize most of its variables to strings - letting you save them into storage like $_SESSION. However, there are some tweaks you have to know to avoid exploding .php scripts and performance problems.

He gives some code snippets showing the serialization of variables and objects and points out a few things that can't be effectively serialized (like resources and closures). The mentions the "__sleep" and "__wakeup" magic methods for automatic class serialization and mentions the Serializable interface that comes built in to PHP.

0 comments voice your opinion now!
serialize variable object tutorial sleep wakeup serializable interface


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Classes and Objects in PHP

Pierre\'s Blog: Zip, complete rewrite and write mode added

SitePoint.com: Be More Asssertive: Getting to Know PHPUnit's Assertions

Ruslan Yakushev's Blog: Multiple PHP versions on the same IIS server

Brian Swan's Blog: Accessing Windows Azure Queues from PHP


Community Events









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


language introduction zendframework2 testing composer development community podcast tool object unittest code event interview release framework example api functional opinion

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