资 源 简 介
Introduction
TwitterTweets is a PHP class for reading from twitter.com web service. Supports
# Reading updates including or excluding replies.
# Caching support to store xml/json response locally as a file with cache-timeout
# Built-in custom Array
How to use?
```
setUsername("asimzeeshan");
// DEBUG ONLY get REST API call URL
// echo $t->constructFileName();
// debug the results
echo "";
print_r($t->getTweets(1, true));
echo "";
?>
```