<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>熊的黑色森林 &#187; PHP 效率 代码</title>
	<atom:link href="http://www.znoon.cn/tags/php-%e6%95%88%e7%8e%87-%e4%bb%a3%e7%a0%81/feed" rel="self" type="application/rss+xml" />
	<link>http://www.znoon.cn</link>
	<description>从明天起 做一个幸福的人 我只愿面朝大海 春暖花开</description>
	<lastBuildDate>Fri, 26 Mar 2010 03:01:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP效率优化</title>
		<link>http://www.znoon.cn/archives/2009/10/22/358.html</link>
		<comments>http://www.znoon.cn/archives/2009/10/22/358.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:26:07 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>
		<category><![CDATA[PHP 效率 代码]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=358</guid>
		<description><![CDATA[PHP代码书写效率优化建议
1.在可以用file_get_contents替代file、fopen、feof、fgets等系列方法的情况下，尽量用file_get_contents，因为他的效率高得多！但是要注意file_get_contents在打开一个URL文件时候的PH... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/10/22/358.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
