PHP: how can I display the properties of my object ?
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-06-01T09:08:01Z
        Indexed on 
            2010/06/01
            9:13 UTC
        
        
        Read the original article
        Hit count: 193
        
php
Hi,
I have an object $rows
If I use echo $rows the content is displayed in my html page, however I would like to select only some parts of the content but I cannot see inside the variable how it is structured... thanks
© Stack Overflow or respective owner