Quantcast
Viewing latest article 8
Browse Latest Browse All 10

PHP: Playing with stdClass

Image may be NSFW.
Clik here to view.
php-logo
I wrote some code to check what PHP included stdClass is capeable of.
You can find the code at gisthub:
https://gist.github.com/1309031

stdClass is really just a wrapper around a array that can be casted to a array.
Good thing about it is, you can extend it with some failsave __get($key) function.


Viewing latest article 8
Browse Latest Browse All 10

Trending Articles