PHP : Array to Object
I wrote a quick and simple function which allows you to quickly convert arrays to objects. It allows you to change an array like this : $a['b']; To an object like this : $a -> b; The quickest way to do this is with...
Read Moreby Antonie Potgieter | May 6, 2008 | PHP | 34 |
I wrote a quick and simple function which allows you to quickly convert arrays to objects. It allows you to change an array like this : $a['b']; To an object like this : $a -> b; The quickest way to do this is with...
Read MoreGet one email per month with latest news. You can unsubscribe at any time
Join our mailing list to receive the latest news and updates from our team.