如何保存 RSS 提要?
我是编程新手,最近为我的应用程序制作了 RSS 提要。现在任何人都可以告诉我如何从外部 rss feeds url 将 rss feeds 保存到我的本地盒子。 谢谢
I am a newbie to programming and recently made a rss feeds for my app. Now can anyone gimme a idea bout how I can save rss feeds to my local box from an external rss feeds url.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您想读取内容然后保存到本地文件,您可以执行以下操作:
这是一个非常简单的示例,可以帮助您入门。
Assuming you wanted to read the contents and then save to a local file, you could do the following:
That is a REALLY simple example to get you started.
我建议使用 cURL 检索数据和任何 xml 解析器进行分析。或者只是使用谷歌;-) -> 使用-php-curl-to-读取 rss-feed-xml
I would suggest to use cURL to retrieve the data and any xml-parser to analyze. Or just use google ;-) -> using-php-curl-to-read-rss-feed-xml