$file_get=@file_get_contents("http://api.t.sina.com.cn/statuses/user_timeline.xml?source=3561545544");
$location = json_decode($file_get);
print_r($location);
//但是http://api.t.sina.com.cn/statuses/user_timeline.xml?source=3561545544这个页面打开是xml数据,我为什么不能获取到值呢