<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 截取固定长度的中文字符串</title>
	<atom:link href="http://www.fwolf.com/blog/post/133/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fwolf.com/blog/post/133</link>
	<description>随心·随意·随缘·努力～</description>
	<pubDate>Sat, 22 Nov 2008 22:31:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Fwolf</title>
		<link>http://www.fwolf.com/blog/post/133#comment-740</link>
		<dc:creator>Fwolf</dc:creator>
		<pubDate>Wed, 22 Feb 2006 05:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.fwolf.com/blog/post/133#comment-740</guid>
		<description>&lt;p&gt;我没看懂你的结果，不是很正常么？
是不是说后面多了半行，那应该是测试程序输出的问题吧？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我没看懂你的结果，不是很正常么？<br />
是不是说后面多了半行，那应该是测试程序输出的问题吧？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agnes</title>
		<link>http://www.fwolf.com/blog/post/133#comment-737</link>
		<dc:creator>agnes</dc:creator>
		<pubDate>Wed, 22 Feb 2006 04:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fwolf.com/blog/post/133#comment-737</guid>
		<description>&lt;p&gt;從google找到這段code, 可惜還未搞得好, 我的string中有html tags, 已如你的strip_tags, 但結果就如以下:&lt;/p&gt;

&lt;p&gt;$string = ‘PHP 有支援很方便的 function 可以直接達到此功能.’;&lt;/p&gt;

&lt;p&gt;本來應該顯示的結果:
PHP 有支援很方便的 function 可以 ...&lt;/p&gt;

&lt;p&gt;顯示結果變了:
PHP 有支援很方便的 function 可以 ...
直接達到此功能.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>從google找到這段code, 可惜還未搞得好, 我的string中有html tags, 已如你的strip_tags, 但結果就如以下:</p>
<p>$string = ‘PHP 有支援很方便的 function 可以直接達到此功能.’;</p>
<p>本來應該顯示的結果:<br />
PHP 有支援很方便的 function 可以 &#8230;</p>
<p>顯示結果變了:<br />
PHP 有支援很方便的 function 可以 &#8230;<br />
直接達到此功能.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
