<?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>评论：php将汉字转成拼音</title>
	<atom:link href="http://blog.51yip.com/php/545.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/php/545.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/php/545.html/comment-page-1#comment-2981</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Fri, 15 Mar 2013 05:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=545#comment-2981</guid>
		<description>编辑器，会屏蔽一些字符，现在已经改过来了。改之前的博客，就没有手动改了。</description>
		<content:encoded><![CDATA[<p>编辑器，会屏蔽一些字符，现在已经改过来了。改之前的博客，就没有手动改了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lmafwo</title>
		<link>http://blog.51yip.com/php/545.html/comment-page-1#comment-2979</link>
		<dc:creator>lmafwo</dc:creator>
		<pubDate>Fri, 15 Mar 2013 03:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=545#comment-2979</guid>
		<description>上面代码有问题 function exchange($str){  
    $ret=&quot;&quot;;  
    for($j=0;$j160){  
            $q=ord(substr($str,++$j,1));  
            $p=$p*256+$q-65536;  
        }  
        $ret.=search_ping($p);  
    }  
    return $ret;  
}   博主 复制出错了吧</description>
		<content:encoded><![CDATA[<p>上面代码有问题 function exchange($str){<br />
    $ret="";<br />
    for($j=0;$j160){<br />
            $q=ord(substr($str,++$j,1));<br />
            $p=$p*256+$q-65536;<br />
        }<br />
        $ret.=search_ping($p);<br />
    }<br />
    return $ret;<br />
}   博主 复制出错了吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：测试</title>
		<link>http://blog.51yip.com/php/545.html/comment-page-1#comment-431</link>
		<dc:creator>测试</dc:creator>
		<pubDate>Thu, 07 Apr 2011 09:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=545#comment-431</guid>
		<description>上面的程式有错
无法使用</description>
		<content:encoded><![CDATA[<p>上面的程式有错<br />
无法使用</p>
]]></content:encoded>
	</item>
</channel>
</rss>
