<?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>Comments for 风雪之隅</title>
	<atom:link href="http://www.laruence.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laruence.com</link>
	<description>PHP源码分析,Zend引擎分析,Web相关技术研究,Web技术分享--左手代码 右手诗</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 留言 by Henson</title>
		<link>http://www.laruence.com/guestbook/comment-page-3#comment-2470</link>
		<dc:creator>Henson</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?page_id=23#comment-2470</guid>
		<description>不知能不能跟博主建立友情链接呢？
本站链接地址http://www.tinoweb.cn
贵站的链接已在本站做好链接。</description>
		<content:encoded><![CDATA[<p>不知能不能跟博主建立友情链接呢？<br />
本站链接地址http://www.tinoweb.cn<br />
贵站的链接已在本站做好链接。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by RainChen</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2469</link>
		<dc:creator>RainChen</dc:creator>
		<pubDate>Sun, 07 Mar 2010 05:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2469</guid>
		<description>一般都会把这些封装到一个类，用静态方法调用，如
JSON::decode()
这样一来可以方便管理（归类、增加相关的方法），
二来可以避免PHP升级后的接口变异。
缺点是比直接调用原生的函数慢一点，但对比带来的可维护性的好处，这点效率牺牲完全可以忽略</description>
		<content:encoded><![CDATA[<p>一般都会把这些封装到一个类，用静态方法调用，如<br />
JSON::decode()<br />
这样一来可以方便管理（归类、增加相关的方法），<br />
二来可以避免PHP升级后的接口变异。<br />
缺点是比直接调用原生的函数慢一点，但对比带来的可维护性的好处，这点效率牺牲完全可以忽略</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 源代码分析 V0.0.2 by liruqi</title>
		<link>http://www.laruence.com/2008/08/15/274.html/comment-page-1#comment-2468</link>
		<dc:creator>liruqi</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=274#comment-2468</guid>
		<description>我觉得，基础数据类型的实现也可以写一些...</description>
		<content:encoded><![CDATA[<p>我觉得，基础数据类型的实现也可以写一些&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 深入理解PHP之数组(遍历顺序) by 雪候鸟</title>
		<link>http://www.laruence.com/2009/08/23/1065.html/comment-page-1#comment-2467</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1065#comment-2467</guid>
		<description>@liruqi 呵呵, 还真是,,写错了, 谢谢</description>
		<content:encoded><![CDATA[<p>@liruqi 呵呵, 还真是,,写错了, 谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 深入理解PHP之数组(遍历顺序) by liruqi</title>
		<link>http://www.laruence.com/2009/08/23/1065.html/comment-page-1#comment-2466</link>
		<dc:creator>liruqi</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1065#comment-2466</guid>
		<description>有个笔误.
&quot;对于数字索引来说, 索引值保存在arKey中, 索引的长度保存在nKeyLength中.&quot;
应该是&quot;对于字符串索引&quot;吧!</description>
		<content:encoded><![CDATA[<p>有个笔误.<br />
&#8220;对于数字索引来说, 索引值保存在arKey中, 索引的长度保存在nKeyLength中.&#8221;<br />
应该是&#8221;对于字符串索引&#8221;吧!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx/PHP Fastcgi PATH_INFO的一个问题 by verdana</title>
		<link>http://www.laruence.com/2010/01/20/1247.html/comment-page-1#comment-2465</link>
		<dc:creator>verdana</dc:creator>
		<pubDate>Sun, 28 Feb 2010 16:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1247#comment-2465</guid>
		<description>尝试一下 fastcgi_split_path_info</description>
		<content:encoded><![CDATA[<p>尝试一下 fastcgi_split_path_info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NCR与HTML Entities by 技术世界</title>
		<link>http://www.laruence.com/2010/02/25/1324.html/comment-page-1#comment-2464</link>
		<dc:creator>技术世界</dc:creator>
		<pubDate>Sun, 28 Feb 2010 01:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1324#comment-2464</guid>
		<description>沙发,再慢慢看~~~</description>
		<content:encoded><![CDATA[<p>沙发,再慢慢看~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by darasion</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2463</link>
		<dc:creator>darasion</dc:creator>
		<pubDate>Tue, 23 Feb 2010 15:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2463</guid>
		<description>json_encode 有没有类似这样的问题？</description>
		<content:encoded><![CDATA[<p>json_encode 有没有类似这样的问题？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook性能大提升的秘密：HipHop by Anonymous</title>
		<link>http://www.laruence.com/2010/02/03/1283.html/comment-page-1#comment-2462</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 21 Feb 2010 01:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1283#comment-2462</guid>
		<description>本来我想用的是C，而不是C++。
看来慢了一步了。</description>
		<content:encoded><![CDATA[<p>本来我想用的是C，而不是C++。<br />
看来慢了一步了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook性能大提升的秘密：HipHop by jimmy</title>
		<link>http://www.laruence.com/2010/02/03/1283.html/comment-page-1#comment-2461</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1283#comment-2461</guid>
		<description>是 c++ 而不是 c 的原因是什么呢，laruence.</description>
		<content:encoded><![CDATA[<p>是 c++ 而不是 c 的原因是什么呢，laruence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook性能大提升的秘密：HipHop by yufeng</title>
		<link>http://www.laruence.com/2010/02/03/1283.html/comment-page-1#comment-2460</link>
		<dc:creator>yufeng</dc:creator>
		<pubDate>Wed, 10 Feb 2010 05:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1283#comment-2460</guid>
		<description>前一阵子看到了，不过没有这篇文章详细，据说还要开源的。</description>
		<content:encoded><![CDATA[<p>前一阵子看到了，不过没有这篇文章详细，据说还要开源的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook性能大提升的秘密：HipHop by cnan</title>
		<link>http://www.laruence.com/2010/02/03/1283.html/comment-page-1#comment-2459</link>
		<dc:creator>cnan</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1283#comment-2459</guid>
		<description>感觉想不想google的用java写JavaScript</description>
		<content:encoded><![CDATA[<p>感觉想不想google的用java写JavaScript</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook性能大提升的秘密：HipHop by 侯良</title>
		<link>http://www.laruence.com/2010/02/03/1283.html/comment-page-1#comment-2458</link>
		<dc:creator>侯良</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1283#comment-2458</guid>
		<description>这个是个好东西。
一定要把它学会 。</description>
		<content:encoded><![CDATA[<p>这个是个好东西。<br />
一定要把它学会 。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by 雪候鸟</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2457</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2457</guid>
		<description>@anderson  不要&quot;\&quot;abc\&quot;&quot;, 这里是指&quot;abc&quot;, ;)</description>
		<content:encoded><![CDATA[<p>@anderson  不要&#8221;\&#8221;abc\&#8221;", 这里是指&#8221;abc&#8221;, <img src='http://www.laruence.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by Anders</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2456</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2456</guid>
		<description>guoxiaod@guoxiaod&gt;php -r &#039;var_dump(json_decode(&quot;\&quot;abc\&quot;&quot;));&#039;
string(3) &quot;abc&quot;
guoxiaod@guoxiaod&gt;php -v 
PHP 5.2.10-2ubuntu6.4 with Suhosin-Patch 0.9.7 (cli) (built: Jan  6 2010 22:41:56)</description>
		<content:encoded><![CDATA[<p>guoxiaod@guoxiaod&gt;php -r &#8216;var_dump(json_decode(&#8220;\&#8221;abc\&#8221;"));&#8217;<br />
string(3) &#8220;abc&#8221;<br />
guoxiaod@guoxiaod&gt;php -v<br />
PHP 5.2.10-2ubuntu6.4 with Suhosin-Patch 0.9.7 (cli) (built: Jan  6 2010 22:41:56)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by Deepseath</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2455</link>
		<dc:creator>Deepseath</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2455</guid>
		<description>类似这样频繁改动的函数，我会重新写个函数。呵呵，虽然麻烦但兼容性相对好一些，而且一旦确定环境了，进行优化也相对容易一些^_^</description>
		<content:encoded><![CDATA[<p>类似这样频繁改动的函数，我会重新写个函数。呵呵，虽然麻烦但兼容性相对好一些，而且一旦确定环境了，进行优化也相对容易一些^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by 雪候鸟</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2454</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2454</guid>
		<description>@enjoy 我看到在5.2.9的release notes中有关于json_decode的, 但不是和这个相关的.</description>
		<content:encoded><![CDATA[<p>@enjoy 我看到在5.2.9的release notes中有关于json_decode的, 但不是和这个相关的.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by enjoy</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2453</link>
		<dc:creator>enjoy</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2453</guid>
		<description>我在5.2.8下试了下。
php -r &quot;var_dump(json_decode(&#039;laruence&#039;));&quot;
//输出
string(8) &quot;laruence&quot;</description>
		<content:encoded><![CDATA[<p>我在5.2.8下试了下。<br />
php -r &#8220;var_dump(json_decode(&#8216;laruence&#8217;));&#8221;<br />
//输出<br />
string(8) &#8220;laruence&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 注意PHP5.2.11之后的json_decode by 雪候鸟</title>
		<link>http://www.laruence.com/2010/02/02/1272.html/comment-page-1#comment-2452</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=1272#comment-2452</guid>
		<description>因为之前把几个PHP版本的安装路径搞混了, 看错了5.3的实现, 误以为5.3中和5.2.6一致, 抱歉给大家造成误解.</description>
		<content:encoded><![CDATA[<p>因为之前把几个PHP版本的安装路径搞混了, 看错了5.3的实现, 误以为5.3中和5.2.6一致, 抱歉给大家造成误解.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 深入浅出PHP(Exploring PHP) by xiaokai</title>
		<link>http://www.laruence.com/2008/08/11/147.html/comment-page-1#comment-2451</link>
		<dc:creator>xiaokai</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=147#comment-2451</guid>
		<description>很是深奥, 但是总一天我会弄懂的..</description>
		<content:encoded><![CDATA[<p>很是深奥, 但是总一天我会弄懂的..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
