RSS的解析类库.zip

时间:2022-07-31 03:48:50
【文件属性】:

文件名称:RSS的解析类库.zip

文件大小:179KB

文件格式:ZIP

更新时间:2022-07-31 03:48:50

类库下载-RSS的解析类库

<?php class SimplePie_Autoloader { public function __construct() { $this->path = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'library'; } public function autoload($class) { // Only load the class if it starts with "SimplePie" if (strpos($class, 'SimplePie') !== 0) { return; } $filename = $this->path . DIRECTORY_SEPARATOR . str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php'; include $filename; } }rss简易信息聚合(也叫聚合内容)是一种RSS基于XML标准,在互联网上被广泛采用的内容包装和投递协议。RSS(Really Simple Syndication)是一种描述和同步网站内容的格式,是使用最广泛的XML应用。RSS搭建了信息迅速传播的一个技术平台,使得每个人都成为潜在的信息提供者。发布一个RSS文件后,这个RSS Feed中包含的信息就能直接被其他站点调用,而且由于这些数据都是标准的XML格式,所以也能在其他的终端和服务中使用,是一种描述和同步网站内容的格式。[1]  RSS可以是以下三个解释的其中一个: Really Simple Syndication;RDF (Resource Description Framework) Site Summary; Rich Site Summary。但其实这三个解释都是指同一种Syndication的技术。


【文件预览】:
RSS的解析类库
----autoloader.php(3KB)
----LICENSE.txt(2KB)
----idn()
--------npdata.ser(41KB)
--------ReadMe.txt(5KB)
--------LICENCE(26KB)
--------idna_convert.class.php(38KB)
----db.sql(861B)
----php中文网下载站.url(114B)
----library()
--------SimplePie()
--------SimplePie.php(93KB)
----README.markdown(4KB)
----.travis.yml(361B)
----php中文网免费下载站.txt(219B)
----composer.json(847B)

网友评论