Convert an PHP array to object
How do you convert an php array stdClass object?
Many times, we have to convert array to stdClass objects for easy access. Yeah, easy access. At least for me. Cause typing [""] instead of -> requires 2 extra key press. I dont like that.
So how do you do it?
Its really simple, just [...]
