$tweets =
json_decode(file_get_contents
('http://twitter.com/statuses/user_timeline.json?
screen_name=USERNAME&count=10'));var_dump($tweets);
//json_decode(file_get_contents()) function
//
json_decode(file_get_contents()) function