I cant seem to find where the stdClass is declared.
All i see is it being used everywhere in the question directory..
Could someone plz fill me in where i can find Class stdClass()
Thanx
Hi Jason,
StdClass is a PHP construct. It's basically like a php array except that properties are accessed with -> instead of [].
More here: http://ch.php.net/manual/en/reserved.classes.php
StdClass is a PHP construct. It's basically like a php array except that properties are accessed with -> instead of [].
More here: http://ch.php.net/manual/en/reserved.classes.php