Forum Moderators: coopster
Right now I'm writing a wrapper class for imap, and what I'm not understanding is why so many of the imap functions return stdClass objects - what's the advantage? I'd just as soon they return associative arrays; they're a whole lot easier to run through.
What is the advantage of a class that has variables but no member functions? What am I missing?