interface.atombuilder.inc.php
来自「太烦了」· PHP 代码 · 共 17 行
PHP
17 行
<?php
/**
* Class for creating an Atom-Feed
* @author Michael Wimmer <flaimo@gmx.net>
* @category FLP
* @copyright Copyright 漏 2002-2006, Michael Wimmer
* @license Free for non-commercial use
* @link http://flp.sf.net/
* @package Atom
* @version 1.00
*/
interface AtomBuilderInterface {
public function getAtomOutput();
public function outputAtom();
public function saveAtom();
} // end interface
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?