News Feed
Jobs Feed
Sections




News Archive
Arnold Daniels' Blog:
A dark corner of PHP class casting
February 20, 2008 @ 12:08:00

In this blog entry Arnold Daniels talks about an issue he had in the past (needing a bit more functionality than the PEAR DB library could offer) and how he ended up solving it with what he calls a "dark corner" of PHP - class casting.

PHP has a function serialize, which can create a hash from any type of variable, scalars, array, but objects as well. Using the unserialize function, PHP can recreate the variable from the serialized hashed. If we look at how an object is serialized, we see only the properties and the class name are stored.

His method allows for class manipulation via changes to the serialized class information (like changing the value of the name parameter). His "casttoclass()" function makes changing this value simple.

0 comments voice your opinion now!
class casting serialize extend parent child


blog comments powered by Disqus

Similar Posts

Ian Barber's Blog: Linear Regression in PHP (part 2)

Richard Heyes\' Blog: PHP Console Class

Chris Cassell's Blog: Creating Magic Methods in PHP

WebReference.com: Creating a Custom RSS Feed with PHP and MySQL

DevShed: Auto Loading Classes in PHP 5


Community Events











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


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

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