<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>最优良人 &#187; 编码</title>
	<atom:link href="http://www.zui88.com/view-tag/%e7%bc%96%e7%a0%81/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zui88.com/blog</link>
	<description>中山php&#124;最优网络</description>
	<lastBuildDate>Mon, 13 May 2013 04:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>PHP设置页面编码的两种方法</title>
		<link>http://www.zui88.com/blog/view-50.html</link>
		<comments>http://www.zui88.com/blog/view-50.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 10:06:48 +0000</pubDate>
		<dc:creator>lin</dc:creator>
				<category><![CDATA[后端程序]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[编码]]></category>

		<guid isPermaLink="false">http://www.zui88.com/blog/?p=50</guid>
		<description><![CDATA[php输出页面时，设置页面的编码有两种方式 1：输出meta标签： echo '&#60;META http-equiv="content-type" content="text/html; charset=utf-8"&#62;'; 2：使用header函数 header("content-type:text/html; charset=utf-8");]]></description>
			<content:encoded><![CDATA[<div>
<p>php输出页面时，设置页面的编码有两种方式</p>
<p>1：输出meta标签：</p>
<p>echo '&lt;META http-equiv="content-type" content="text/html; charset=utf-8"&gt;';</p>
<p>2：使用header函数</p>
<p>header("content-type:text/html; charset=utf-8");</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.zui88.com/blog/view-50.html/feed</wfw:commentRss>
		<slash:comments>194</slash:comments>
		</item>
	</channel>
</rss>
