Forum Moderators: coopster
SimpleXMLElement Object
(
[guid] => https://picasaweb.google.com/data/entry/base/user/ ...
[pubDate] => Tue, 01 Nov 2011 05:36:45 +0000
[category] => http://schemas.google.com/photos/2007#photo
[title] => exp2Punta Chivato.jpg
[description] => ...
[enclosure] => SimpleXMLElement Object
(
[@attributes] => Array
(
[type] => image/jpeg
[url] => https://lh5.googleusercontent.com/ ...
[length] => 0
)
)
[link] => https://picasaweb.google.com/ ...
) $photo_data->enclosure->{'@attributes'}['url']
$photo_array = json_decode( json_encode( $photo_data ), true );
echo $photo_array['enclosure']['@attributes']['url'];