<?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="http://www.laruence.com/2008/04/14/318.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laruence.com/2008/04/14/318.html</link>
	<description>PHP应用,PHP源码分析,Zend引擎分析,Web相关技术研究,Web技术分享 - 左手代码 右手诗</description>
	<lastBuildDate>Thu, 09 Sep 2010 03:06:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 雪候鸟</title>
		<link>http://www.laruence.com/2008/04/14/318.html/comment-page-1#comment-122</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=318#comment-122</guid>
		<description>哦, 呵呵
恩, 这样生成头部应该也行.;)</description>
		<content:encoded><![CDATA[<p>哦, 呵呵<br />
恩, 这样生成头部应该也行.;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunceenjoy</title>
		<link>http://www.laruence.com/2008/04/14/318.html/comment-page-1#comment-121</link>
		<dc:creator>sunceenjoy</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=318#comment-121</guid>
		<description>呵呵,我的意思是帮你补充一种方法啊,你看行不。</description>
		<content:encoded><![CDATA[<p>呵呵,我的意思是帮你补充一种方法啊,你看行不。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪候鸟</title>
		<link>http://www.laruence.com/2008/04/14/318.html/comment-page-1#comment-118</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=318#comment-118</guid>
		<description>你想说什么呢?

看来,我得设置回复,一定要输入名字了.呵呵</description>
		<content:encoded><![CDATA[<p>你想说什么呢?</p>
<p>看来,我得设置回复,一定要输入名字了.呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.laruence.com/2008/04/14/318.html/comment-page-1#comment-116</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=318#comment-116</guid>
		<description>5.
$opts = array(
&#039;http&#039;=&gt;array(&#039;method&#039;=&gt;&quot;GET&quot;,
&#039;header&#039;=&gt;&quot;Accept-language: en\r\nCookie: &quot;.$cookie.&quot;\r\n&quot;
 )
);
$context = stream_context_create($opts);
$fp = fopen(&#039;http://www.example.com&#039;, &#039;r&#039;, false, $context);
//while(!feof($fp))
//$html.=fgets($fp);
fclose($fp);</description>
		<content:encoded><![CDATA[<p>5.<br />
$opts = array(<br />
&#8216;http&#8217;=&gt;array(&#8216;method&#8217;=&gt;&#8221;GET&#8221;,<br />
&#8216;header&#8217;=&gt;&#8221;Accept-language: en\r\nCookie: &#8220;.$cookie.&#8221;\r\n&#8221;<br />
 )<br />
);<br />
$context = stream_context_create($opts);<br />
$fp = fopen(&#8216;http://www.example.com&#8217;, &#8216;r&#8217;, false, $context);<br />
//while(!feof($fp))<br />
//$html.=fgets($fp);<br />
fclose($fp);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
