Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RSS フィード リンクがありますが、そこから日付を取得する必要があります。次に、現在の時刻にどれだけ近いかに基づいて、何かを行うかどうかを決定します。
$date = Get_RSS_Date(); $currenttime = getdate(); if $data = too far away from $currenttime then don't display RSS feed.
わかる?
RSS プロパティの配列を返す Magpie_RSS 関数を使用でき、PubDate キーにはタイムスタンプが含まれます。