メインコンテンツまでスキップ

RSS::fetch

RSSフィードの読み込みを開始します

説明

public self RSS::fetch()

Controller
$rss = $this->getClass('Tool/RSS', 'https://example.com/feed');

while ($post = $rss->fetch()) {
// $postを使用
}