Checking if an object has been serialized in PHP
Monday, January 11th, 2010I had a class that relied upon an object’s spl_object_hash() which the PHP documentation states …
I had a class that relied upon an object’s spl_object_hash() which the PHP documentation states …
This is a message to my previous self (like how Rimmer went back to tell …
This is another ‘Gotcha’ moment that i want to share with you.
I don’t often declare a PHP …
Yes - it can in PHP version 5.2.
(The example code below is also available …
This is a collection of links to articles that may be of interest to those who are …
I’m new to Object Oriented Programming in PHP and keep forgetting what the name of the generic …
The programming academia has been waging a war against ‘Reinventing the Wheel’ for many years. Within recent …
If you search the source code of the Zend Framework (version 1.0.0) for the string “get_magic_quotes_gpc” you …