<?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: php5 -&gt; 4的代码转换工具</title>
	<atom:link href="http://www.ooso.net/archives/139/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/archives/139</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:01:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/139/comment-page-1#comment-7932</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Wed, 16 May 2007 12:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/139#comment-7932</guid>
		<description>可以把你的php5 CLASS贴一些片段上来么</description>
		<content:encoded><![CDATA[<p>可以把你的php5 CLASS贴一些片段上来么</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koie</title>
		<link>http://www.ooso.net/archives/139/comment-page-1#comment-7930</link>
		<dc:creator>Koie</dc:creator>
		<pubDate>Wed, 16 May 2007 12:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/139#comment-7930</guid>
		<description>我正有這個問題
我想將PHP5 的 CLASS 轉為 PHP4的

可是剛才試試, 轉換不了, 輸入的跟輸出的一樣

請問還有其他方法嗎 ?</description>
		<content:encoded><![CDATA[<p>我正有這個問題<br />
我想將PHP5 的 CLASS 轉為 PHP4的</p>
<p>可是剛才試試, 轉換不了, 輸入的跟輸出的一樣</p>
<p>請問還有其他方法嗎 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/139/comment-page-1#comment-19</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Sun, 11 Dec 2005 11:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/139#comment-19</guid>
		<description>unserialize()一个对象的时候,会重建(new)这个对象,只不过它的属性还被保留罢了.如此看来,跟新建一个对象的开销是差不了多少的,所以说,这也算不得持久化</description>
		<content:encoded><![CDATA[<p>unserialize()一个对象的时候,会重建(new)这个对象,只不过它的属性还被保留罢了.如此看来,跟新建一个对象的开销是差不了多少的,所以说,这也算不得持久化</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 爆米花</title>
		<link>http://www.ooso.net/archives/139/comment-page-1#comment-18</link>
		<dc:creator>爆米花</dc:creator>
		<pubDate>Sun, 11 Dec 2005 10:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/139#comment-18</guid>
		<description>serialize() / unserialize() 不是做持久化工作的吗？　只不过，不能放到内存中罢了！</description>
		<content:encoded><![CDATA[<p>serialize() / unserialize() 不是做持久化工作的吗？　只不过，不能放到内存中罢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/139/comment-page-1#comment-17</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Sat, 10 Dec 2005 12:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/139#comment-17</guid>
		<description>当然只在本次请求中有效,php好像没有持久化的对象..</description>
		<content:encoded><![CDATA[<p>当然只在本次请求中有效,php好像没有持久化的对象..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 爆米花</title>
		<link>http://www.ooso.net/archives/139/comment-page-1#comment-16</link>
		<dc:creator>爆米花</dc:creator>
		<pubDate>Sat, 10 Dec 2005 08:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/139#comment-16</guid>
		<description>呵呵，好一阵没看PHP代码了！　都有些陌生了
在php5中，使用singleton模式，类实例是保存在内存中，还是只在本次请求中有效！？
但从转换后的php4代码来看，类静态变量似乎也只对应于单次请求</description>
		<content:encoded><![CDATA[<p>呵呵，好一阵没看PHP代码了！　都有些陌生了<br />
在php5中，使用singleton模式，类实例是保存在内存中，还是只在本次请求中有效！？<br />
但从转换后的php4代码来看，类静态变量似乎也只对应于单次请求</p>
]]></content:encoded>
	</item>
</channel>
</rss>

