麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 擴(kuò)展 > RSS > 正文

PHP生成RSS文件類實(shí)例

2024-09-06 20:00:53
字體:
供稿:網(wǎng)友

 PHP RSS 生成類實(shí)例代碼如下:

代碼如下:<?php
if (defined('_class_rss_php')) return;
define('_class_rss_php教程',1);
/**
 
 *  使用說明:
 *  $rss = new rss('redfox','http://jb51.net/',"redfox's blog");
 *  $rss->additem('rss class',"http://www.jb51.net","xxx",date());
 *  $rss->additem(...);
 *  $rss->savetofile(...);
 */
 
class rss {
   //public
   $rss_ver = "2.0";
   $channel_title = '';
   $channel_link = '';
   $channel_description = '';
   $language = 'zh_cn';
   $copyright = '';
   $webmaster = '';
   $pubdate = '';
   $lastbuilddate = '';
   $generator = 'redfox rss generator';
 
   $content = '';
   $items = array();
 
   function rss($title, $link, $description) {
       $this->channel_title = $title;
       $this->channel_link = $link;
       $this->channel_description = $description;
       $this->pubdate = date('y-m-d h:i:s',time());
       $this->lastbuilddate = date('y-m-d h:i:s',time());
   }
 
   function additem($title, $link, $description ,$pubdate) {
       $this->items[] = array('titile' => $title ,
                        'link' => $link,
                        'description' => $description,
                        'pubdate' => $pubdate);
   }
 
   function buildrss() {
       $s = "<!--l version="1.0" encoding="gb2312"--> ";
       // start channel
       $s .= " ";
       $s .= " "
       $s .= "<link />{$this->channel_link} ";
       $s .= "{$this->channel_description} ";
       $s .= "{$this->language} ";
       if (!emptyempty($this->copyright)) {
          $s .= "{$this->copyright} ";
       }
       if (!emptyempty($this->webmaster)) {
          $s .= "{$this->webmaster} ";
       }
       if (!emptyempty($this->pubdate)) {
          $s .= "{$this->pubdate} ";
       }
 
       if (!emptyempty($this->lastbuilddate)) {
          $s .= "{$this->lastbuilddate} ";
       }
 
       if (!emptyempty($this->generator)) {
          $s .= "{$this->generator} ";
       }
      
       // start items
       for ($i=0;$iitems),$i++) {
           $s .= " ";
           $s .= " ";
           $s .= "<link />{$this->items[$i]['link']} ";
           $s .= "<!--data[{$thi-->items[$i]['description']}]]> ";
           $s .= "{$this->items[$i]['pubdate']} ";          
           $s .= " ";
       }
     
      // close channel
      $s .= " ";
      $this->content = $s;
   }
 
   function show() {
       if (emptyempty($this->content)) $this->buildrss();
       header('content-type:text/xml');
       echo($this->content);
   }
 
   function savetofile($fname) {
       if (emptyempty($this->content)) $this->buildrss();
       $handle = fopen($fname, 'wb');
       if ($handle === false)  return false;
       fwrite($handle, $this->content);
       fclose($handle);
   }
}
?>

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 999精品国产 | 在线看免费观看日本 | 久久爽久久爽久久av东京爽 | 最新中文在线视频 | 亚州综合图片 | 亚洲日色| 911精品影院在线观看 | 国产午夜精品久久久久久久蜜臀 | 久久久日韩精品一区二区三区 | 色综合视频 | 成人毛片在线免费观看 | 在线 日本 制服 中文 欧美 | 国产精品v片在线观看不卡 成人一区二区三区在线 | 羞羞的网址 | 嗯~啊~弄嗯~啊h高潮视频 | 欧洲精品久久 | 99国内精品视频 | 91av久久 | 激情亚洲一区二区 | 欧美国产第一页 | 成年人性视频 | 亚洲va国产va| 久久久麻豆 | 国产一区二区免费在线观看视频 | 久久久久久片 | 精品国产一区二区久久 | 黄色片免费看看 | 成年免费网站 | 美女羞羞视频网站 | 在线视频观看国产 | 在线成人一区 | 免费观看一区 | 亚洲欧美一区二区三区在线观看 | 一分钟免费观看完整版电影 | 欧美一级毛片美99毛片 | 欧美成a人片在线观看久 | 国产成年人网站 | 男女做性免费网站 | 黄污视频在线看 | 欧美日韩高清在线观看 | 成人毛片视频免费 |