<?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"
	>
<channel>
	<title>《关于 CURL 的几点心得》的评论</title>
	<atom:link href="http://blog.istef.info/2006/01/26/php-libcurl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.istef.info/2006/01/26/php-libcurl/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 29 Aug 2008 05:27:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>iStef</title>
		<link>http://blog.istef.info/2006/01/26/php-libcurl/#comment-17649</link>
		<dc:creator>iStef</dc:creator>
		<pubDate>Tue, 16 Jan 2007 16:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/01/26/php-libcurl/#comment-17649</guid>
		<description>&lt;p&gt;to cs: 改天试试，谢谢。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>to cs: 改天试试，谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>cs</title>
		<link>http://blog.istef.info/2006/01/26/php-libcurl/#comment-17643</link>
		<dc:creator>cs</dc:creator>
		<pubDate>Tue, 16 Jan 2007 15:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/01/26/php-libcurl/#comment-17643</guid>
		<description>&lt;p&gt;我来告诉你正确答案:
after:
   curl&lt;em&gt;setopt($ch, CURLOPT&lt;/em&gt;HEADER, 0);            //返回内容中不包含 HTTP 头 
add call :
   curl&lt;em&gt;setopt($ch, CURLOPT&lt;/em&gt;HTTPGET, 1);&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我来告诉你正确答案:<br />
after:<br />
   curl<em>setopt($ch, CURLOPT</em>HEADER, 0);            //返回内容中不包含 HTTP 头<br />
add call :<br />
   curl<em>setopt($ch, CURLOPT</em>HTTPGET, 1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>iStef</title>
		<link>http://blog.istef.info/2006/01/26/php-libcurl/#comment-13608</link>
		<dc:creator>iStef</dc:creator>
		<pubDate>Fri, 15 Dec 2006 04:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/01/26/php-libcurl/#comment-13608</guid>
		<description>&lt;p&gt;to 笑容: 明白了，谢谢 :smile:&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>to 笑容: 明白了，谢谢 <img src='http://blog.istef.info/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>龙芯</title>
		<link>http://blog.istef.info/2006/01/26/php-libcurl/#comment-13606</link>
		<dc:creator>龙芯</dc:creator>
		<pubDate>Fri, 15 Dec 2006 04:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/01/26/php-libcurl/#comment-13606</guid>
		<description>&lt;p&gt;我是笑容。想起来了，你可以打开 header 返回的 选项
在发现第一个空行后，前面的是 header 后面的是 body&lt;/p&gt;

&lt;p&gt;这是一个规定来着
所以寻找到第一个空行 就找到了body和header的分界&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我是笑容。想起来了，你可以打开 header 返回的 选项<br />
在发现第一个空行后，前面的是 header 后面的是 body</p>
<p>这是一个规定来着<br />
所以寻找到第一个空行 就找到了body和header的分界</p>
]]></content:encoded>
	</item>
	<item>
		<title>笑容</title>
		<link>http://blog.istef.info/2006/01/26/php-libcurl/#comment-13595</link>
		<dc:creator>笑容</dc:creator>
		<pubDate>Fri, 15 Dec 2006 02:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/01/26/php-libcurl/#comment-13595</guid>
		<description>&lt;p&gt;你想让它具有多线程的功能？
或者有一次请求后，分别读出 header 和body的方法的&lt;/p&gt;

&lt;p&gt;呵呵&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>你想让它具有多线程的功能？<br />
或者有一次请求后，分别读出 header 和body的方法的</p>
<p>呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>sunwell</title>
		<link>http://blog.istef.info/2006/01/26/php-libcurl/#comment-1382</link>
		<dc:creator>sunwell</dc:creator>
		<pubDate>Sat, 11 Feb 2006 05:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/01/26/php-libcurl/#comment-1382</guid>
		<description>&lt;p&gt;我没有试过，不过感觉问题在第一次调用
curl_close上面
不用如何？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我没有试过，不过感觉问题在第一次调用<br />
curl_close上面<br />
不用如何？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
