<?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://www.huqiao.net/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.huqiao.net</link>
	<description>网络之路漫漫其修远兮，吾将上下而求索！</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:59:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>date(&#8220;Y-m-d&#8221;) is over&#8230;</title>
		<link>http://www.huqiao.net/588.html</link>
		<comments>http://www.huqiao.net/588.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:21:14 +0000</pubDate>
		<dc:creator>joeshow</dc:creator>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[拼搏]]></category>
		<category><![CDATA[挑战]]></category>

		<guid isPermaLink="false">http://www.huqiao.net/?p=588</guid>
		<description><![CDATA[$80 = array(&#8220;money&#8221;,&#8221;cart&#8221;,&#8221;house&#8221;,&#8221;girl&#8221;);
in_array(&#8220;me&#8221;,$80) == false;
bool (Lose hope) ? die : array_push($80,&#8221;me&#8221;);
header(&#8220;Location : come on&#8221;);
]]></description>
		<wfw:commentRss>http://www.huqiao.net/588.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>前进中，目标却不明确</title>
		<link>http://www.huqiao.net/258.html</link>
		<comments>http://www.huqiao.net/258.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:08:42 +0000</pubDate>
		<dc:creator>joeshow</dc:creator>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[拼搏]]></category>

		<guid isPermaLink="false">http://huqiao.net/?p=258</guid>
		<description><![CDATA[金秋丰收的十月，却两手空空，貌似又没什么新的收获。。。
单身11月，孤独上线，能否弥补十月的遗憾，迈向一个新的台阶？？
生活依旧重复，思想一直未变，多的，只是更大的压力&#8230;
php,php,php,php,php,php,我靠，受不了了，顶住，顶住，GO ON,GO ON,COME ON,COME ON！！！
]]></description>
		<wfw:commentRss>http://www.huqiao.net/258.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP变量、方法名可以用中文命名</title>
		<link>http://www.huqiao.net/211.html</link>
		<comments>http://www.huqiao.net/211.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:33:04 +0000</pubDate>
		<dc:creator>joeshow</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP变量命名]]></category>
		<category><![CDATA[函数方法]]></category>

		<guid isPermaLink="false">http://huqiao.net/?p=211</guid>
		<description><![CDATA[ 今日逛PHP100，发现RT方法。
一直以为，电脑程序只能用英文字母命名函数，今天，终于发现，程序所有类及函数也可以以中文名称命名，
如果以后所有的程序都用中文写的话，就不会再有那么多不理解的地方了，
&#60;?
//以中文作为函数名称，程序一样能跑起来,如果以后咱们中国人做的程序名称都以中文显示的话，外国人想要看懂程序，是不是还需要来学习我们中文呢?
function 中文函数名称()
{
echo &#8216;这里能正常输出&#60;br&#62;&#8217;;
}
中文函数名称();
?&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
运行结果为：这里能正常输出
 
以上仅作为扩展知识，不提倡使用中文做变量名和方法名
 
用正则表达式来说明PHP变量命名规则就是： [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*
所以他不只是支持中文而已。
不过没有实用价值，大部分编辑器不能识别，敲代码速度也慢
]]></description>
		<wfw:commentRss>http://www.huqiao.net/211.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>菜刀转向水果刀</title>
		<link>http://www.huqiao.net/14.html</link>
		<comments>http://www.huqiao.net/14.html#comments</comments>
		<pubDate>Sun, 24 May 2009 11:38:20 +0000</pubDate>
		<dc:creator>joeshow</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://huqiao.net/?p=14</guid>
		<description><![CDATA[
PHP 5与MySQL 5 Web 开发技术详解

JavaScript权威指南(第五版)

精通CSS+DIV网页样式布局
年前一鼓劲的学JSP，哎，半途而废，惭愧，惭愧，连个小小的BBS写起来都困难，既然菜刀拿不稳拿我就拿水果刀了
PHP，我来了，打算年底前巩固这三本书，如果学得来劲的话争取明年年底的时候能写个简单的CMS出来就好了，呵呵，有点急于求成，不过为了工作，工作是为了什么当然是低俗的钱啦，所以为了钱好好学咯。。
]]></description>
		<wfw:commentRss>http://www.huqiao.net/14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

