<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：用最少的代码写一个求3值最大值的函数</title>
	<atom:link href="http://www.henghome.com/archives/234/feed" rel="self" type="application/rss+xml" />
	<link>http://www.henghome.com/archives/234</link>
	<description>www.henghome.com</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:22:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>来自：平淡</title>
		<link>http://www.henghome.com/archives/234/comment-page-1#comment-746</link>
		<dc:creator>平淡</dc:creator>
		<pubDate>Thu, 03 Jun 2010 03:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.henghome.com/?p=234#comment-746</guid>
		<description>$a = 1;
$b = 2;
$c = 3;
echo my_max($a, $b, $c);

function my_max()
{
  return max($a, $b, $c);
}

取巧了</description>
		<content:encoded><![CDATA[<p>$a = 1;<br />
$b = 2;<br />
$c = 3;<br />
echo my_max($a, $b, $c);</p>
<p>function my_max()<br />
{<br />
  return max($a, $b, $c);<br />
}</p>
<p>取巧了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->