<?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 on: PHP高效率的写法</title>
	<atom:link href="https://www.fushanlang.com/php-efficiently-using-90/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fushanlang.com/php-efficiently-using-90/</link>
	<description>next station - 下一站，活在当下，且行且思</description>
	<lastBuildDate>Tue, 03 Mar 2015 08:30:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.5</generator>
	<item>
		<title>By: fushanlang</title>
		<link>https://www.fushanlang.com/php-efficiently-using-90/#comment-44</link>
		<dc:creator><![CDATA[fushanlang]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 05:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=90#comment-44</guid>
		<description><![CDATA[这些本是给入门之后的“高手”看的，等你也入了门之后，就会觉得小儿科了。]]></description>
		<content:encoded><![CDATA[<p>这些本是给入门之后的“高手”看的，等你也入了门之后，就会觉得小儿科了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunayako</title>
		<link>https://www.fushanlang.com/php-efficiently-using-90/#comment-43</link>
		<dc:creator><![CDATA[Sunayako]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 03:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=90#comment-43</guid>
		<description><![CDATA[太深奥了...]]></description>
		<content:encoded><![CDATA[<p>太深奥了&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fushanlang</title>
		<link>https://www.fushanlang.com/php-efficiently-using-90/#comment-35</link>
		<dc:creator><![CDATA[fushanlang]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 02:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=90#comment-35</guid>
		<description><![CDATA[第六条，建议尽量不使用&quot;__autoload()&quot;的原因在于大家都用的话，兼容会存在问题，因为每个人的命名空间，类文件查找规则不尽相同，spl_autoload_register可以很好的解决这个问题，它允许很多引入类库有自己的autoload函数，而不是共用一个__autoload默认函数，php里函数重名会出错的，所以多个类库共用__autoload不现实。可以看看“spl_autoload_register用法”]]></description>
		<content:encoded><![CDATA[<p>第六条，建议尽量不使用&#8221;__autoload()&#8221;的原因在于大家都用的话，兼容会存在问题，因为每个人的命名空间，类文件查找规则不尽相同，spl_autoload_register可以很好的解决这个问题，它允许很多引入类库有自己的autoload函数，而不是共用一个__autoload默认函数，php里函数重名会出错的，所以多个类库共用__autoload不现实。可以看看“spl_autoload_register用法”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>https://www.fushanlang.com/php-efficiently-using-90/#comment-33</link>
		<dc:creator><![CDATA[Gary]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 01:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.fushanlang.com/blog/?p=90#comment-33</guid>
		<description><![CDATA[第六条不认同，建议尽量使用 __autoload()]]></description>
		<content:encoded><![CDATA[<p>第六条不认同，建议尽量使用 __autoload()</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.222 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2024-12-19 23:34:21 -->
