<?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>31Jeak胡言亂語 &#187; PHP小筆記</title>
	<atom:link href="http://www.31jeak.com/wblog/category/php%e5%b0%8f%e7%ad%86%e8%a8%98/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.31jeak.com/wblog</link>
	<description>- 當我見到你的那個時候 我心裡響起了一段音樂 所以 我知道你 -</description>
	<lastBuildDate>Thu, 18 Sep 2008 09:23:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php 小筆記</title>
		<link>http://www.31jeak.com/wblog/2006/11/02/php-%e5%b0%8f%e7%ad%86%e8%a8%98/</link>
		<comments>http://www.31jeak.com/wblog/2006/11/02/php-%e5%b0%8f%e7%ad%86%e8%a8%98/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 02:45:28 +0000</pubDate>
		<dc:creator>31jeak</dc:creator>
				<category><![CDATA[PHP小筆記]]></category>

		<guid isPermaLink="false">http://www.31jeak.com/wblog/?p=37</guid>
		<description><![CDATA[var_export()    和     print_r()    兩個function 可以把陣列內容列出來.
譬如說：
var_export($_COOKIE);  // $_COOKIE是現在這個 Browser 所含有的 Cookie. 是一個陣列.
print_r($_COOKIE)    
作個小筆記 :p
]]></description>
		<wfw:commentRss>http://www.31jeak.com/wblog/2006/11/02/php-%e5%b0%8f%e7%ad%86%e8%a8%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
