<?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; php</title>
	<atom:link href="http://blog.ezshow.org/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ezshow.org</link>
	<description>The puppy got a good idea. 遇到問題想辦法解決~</description>
	<lastBuildDate>Fri, 30 Sep 2011 08:40:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://blog.ezshow.org/?pushpress=hub'/>
		<item>
		<title>PHP fgetcsv 讀入檔案無「“」時，第一字元被刪掉亂碼</title>
		<link>http://blog.ezshow.org/2010/04/06/phpfgetcsv/</link>
		<comments>http://blog.ezshow.org/2010/04/06/phpfgetcsv/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 14:37:39 +0000</pubDate>
		<dc:creator>小狗狗</dc:creator>
				<category><![CDATA[軟體程式]]></category>
		<category><![CDATA[fgetcsv]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[setlocale]]></category>

		<guid isPermaLink="false">http://blog.ezshow.org/2010/04/06/php-fgetcsv-%e8%ae%80%e5%85%a5%e6%aa%94%e6%a1%88%e7%84%a1%e3%80%8c%e3%80%8d%e6%99%82%ef%bc%8c%e7%ac%ac%e4%b8%80%e5%ad%97%e5%85%83%e8%a2%ab%e5%88%aa%e6%8e%89%e4%ba%82%e7%a2%bc/</guid>
		<description><![CDATA[在使用 fgetcsv 讀取 CSV 檔案時，如該 CSV 檔案的中文字有「“」時文字是可以正常的， 但在一般情況無「"」，則會出現第一個字元被吃掉的情況，以致出現亂碼。 在網路上的資料多半是建議使用 setlocale 來解決問題 語法如下 ?View Code PHP&#60;div id=&#34;_mcePaste&#34;&#62;// utf-8 setlocale &#40; LC_ALL, 'en_US.UTF-8' &#41; ; // big5 setlocale &#40; LC_ALL, 'zh_TW.BIG5' &#41;...]]></description>
		<wfw:commentRss>http://blog.ezshow.org/2010/04/06/phpfgetcsv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

