Turn an object into an array with the Standard PHP Library (SPL)
I have recently discovered the new SPL introduced with PHP 5 that allows a load of new functionality that can be added to classes in your code. In this post, I am going to look at how you can now create an class that has an interface that allows it to be used as if [...]


