<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[serialize(),var_export(),json_encode()效果比较]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 11 Aug 2010 02:19:51 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	将数组型数据格式化存储常用serialize()，var_export(),json_encode()这三种<br/>至于这三种的效率，<br/>参考了http://www.phpdevblog.net/2009/11/serialize-vs-var-export-vs-json-encode.html<br/><br/>他的测试分了不同数据量，但是整体看来json_encode&gt;var_export&gt;serialize<br/>先记下，回头自己测试验证一下！<br/><br/>最近看到igbinary库（http://opensource.dynamoid.com/）效率比PHP原生的强<br/>支持两个函数igbinary_serialize andigbinary_unserialize<br/><br/>在php.ini中配置：<br/><br/># Load igbinary extension<br/>extension=igbinary.so<br/><br/># Use igbinary as session serializer<br/>session.serialize_handler=igbinary<br/><br/><br/>来源：http://hi.baidu.com/lnnujxxy/blog/item/e5025fde4b4a6b52ccbf1abb.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] serialize(),var_export(),json_encode()效果比较]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>