Serendipity是一个php+mysql的blog程序

源代码在线查看: tighten.php

软件大小: 5087 K
上传用户: wp1111111
关键词: Serendipity mysql blog php
下载地址: 免注册下载 普通下载 VIP

相关代码

								// $Id: Tighten.php,v 1.1 2005/01/31 15:46:52 pmjones Exp $												/**				* 				* The rule removes all remaining newlines.				*				* @author Paul M. Jones 				*				* @package Text_Wiki				*				*/								class Text_Wiki_Parse_Tighten extends Text_Wiki_Parse {				    				    				    /**				    * 				    * Apply tightening directly to the source text.				    *				    * @access public				    * 				    */				    				    function parse()				    {				        $this->wiki->source = str_replace("\n", '',				            $this->wiki->source);				    }				}				?>			

相关资源