<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[阿Tim日志]]></title> 
<link>https://atim.cn/index.php</link> 
<description><![CDATA[专业的php开发者.开发团队的带队人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[阿Tim日志]]></copyright>
<item>
<link>https://atim.cn/post//</link>
<title><![CDATA[php实现ping]]></title> 
<author>bkkkd &lt;partybase@gmail.com&gt;</author>
<category><![CDATA[开发应用]]></category>
<pubDate>Sun, 22 Jan 2006 06:05:41 +0000</pubDate> 
<guid>https://atim.cn/post//</guid> 
<description>
<![CDATA[ 
	<div class="code"><br/>&lt;?php<br/><br/>// created by joe lumbroso<br/>// see some other good php3 scripts<br/>// goto http://www.dtheatre.com/scripts<br/><br/>echo &quot;&lt;font color=&#92;&quot;red&#92;&quot;&gt;&lt;blink&gt;&lt;b&gt;Pinging&lt;/b&gt;&lt;/blink&gt;&lt;/font&gt;&lt;br&gt;&quot;;<br/>$to_ping = &quot;dtheatre.com&quot;;<br/>$count = 3;<br/>$psize = 65;<br/>echo &quot; Please be patient, this can take a few moments...&#92;n&lt;br&gt;&lt;br&gt;&quot;;<br/>flush();<br/><br/>while (1) &#123;<br/>?&gt;<br/>&lt;pre&gt;<br/>&lt;?<br/>exec(&quot;ping -c $count -s $psize $to_ping&quot;, $list);<br/>for ($i=0;$i &lt; count($list);$i++) &#123;<br/>print $list&#91;$i&#93;.&quot;&#92;n&quot;;<br/>&#125;<br/>?&gt;<br/>&lt;/pre&gt;<br/>&lt;?<br/>flush();<br/>sleep(3);<br/>&#125;<br/>?&gt; <br/></div>
]]>
</description>
</item><item>
<link>https://atim.cn/post//#blogcomment</link>
<title><![CDATA[[评论] php实现ping]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://atim.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>