追加ライブラリRSS関数RSS::fetchOn this pageRSS::fetch RSSフィードの読み込みを開始します 説明 public self RSS::fetch() 例 Controller$rss = $this->getClass('Tool/RSS', 'https://example.com/feed');while ($post = $rss->fetch()) { // $postを使用}