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.
特定のWebサイトからRSSフィードのキャプションを読み取るにはどうすればよいですか?MagpieまたはPHPのいずれかを使用する必要があります。
Simplepiehttp://simplepie.org/を使用することをお勧めします。 非常によく文書化されており、使いやすいです。
simpleXMLを使用してみることができます。RSSフィードは単なるXMLファイルであるため、simpleXMLを使用して解析するのはかなり簡単です。