show/hide this revision's text 2 added clarification per @Ciaran's answer

stdClass is php's general base generic empty class, kind of like Object in Java or object in Python (Edit: but not actually used as universal base class, tx @Ciaran for pointing this out). Useful for anonymous objects, dynamic properties, &c -0- see http://www.krisjordan.com/2008/11/27/dynamic-properties-in-php-with-stdclass/ for example.

BTW, mysql has absolutely nothing to do with it -- I suggest you change your tags!

show/hide this revision's text 1

stdClass is php's general base class, like Object in Java or object in Python. Useful for anonymous objects, dynamic properties, &c -0- see http://www.krisjordan.com/2008/11/27/dynamic-properties-in-php-with-stdclass/ for example.

BTW, mysql has absolutely nothing to do with it -- I suggest you change your tags!