why is this wrong?
[enclosure] => SimpleXMLElement Object
        (
            [@attributes] => Array
                (
                    [url] => http://www.thestar.com.my/~/media/Images/TSOL/Photos-Gallery/features/2014/07/02/dominiclau020714.ashx?crop=1&w=460&h=345&
                    [length] => 
                    [type] => image/jpeg
                )
        )
I want to get the url to get the image file
I wrote print_r($eachItem->enclosure['@attributes']->url) it doesn't work. Why?
 
     
    