📄 writer.php
字号:
<?php /** * Univarsel Feed Writer class * * Genarate RSS 1.0, RSS2.0 and ATOM Feed * * @package Feed * @author Anis uddin Ahmad <anisniit@gmail.com> * @link http://www.ajaxray.com/projects/rss */ /** Typecho_Feed_Item */require_once 'Typecho/Feed/Item.php'; class Typecho_Feed_Writer{ private $channels = array(); // Collection of channel elements private $items = array(); // Collection of items as object of Typecho_Feed_Item class. private $data = array(); // Store some other version wise data private $CDATAEncoding = array(); // The tag names which have to encoded as CDATA private $version = null; /** * 瀛楃
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -