Example #1
0
File: Feed.php Project: hisaboh/w2t
 public static function read($url)
 {
     $feed = new self();
     return $feed->do_read($url);
 }