<?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>IT狂人的博客 &#187; PHP</title>
	<atom:link href="http://www.yinzhili.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yinzhili.com</link>
	<description>世界上有10种人:一种是懂二进制的，另一种是不懂的。</description>
	<lastBuildDate>Tue, 20 Dec 2011 04:23:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>使用PHP的Glob()函数来遍历文件夹</title>
		<link>http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html</link>
		<comments>http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[译文]]></category>
		<category><![CDATA[glob]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[遍历]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=283</guid>
		<description><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Marcus Schumann，原文请 <a href="http://net.tutsplus.com/tutorials/php/quick-tip-loop-through-folders-with-phps-glob/" target="_blank">单击这里</a> 查看。</div>

你还在使用 opendir() 来遍历文件夹吗？那样岂不是会生成很多冗余的代码？幸运的是，PHP的 glob() 是一个更加智能的解决方案。

<div style="font-size:18px;font-weight:bold;">引言</div>
下面这个范例的作用就是输出文件夹的一些信息，使[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Marcus Schumann，原文请 <a href="http://net.tutsplus.com/tutorials/php/quick-tip-loop-through-folders-with-phps-glob/" target="_blank">单击这里</a> 查看。</div>
<p>你还在使用 opendir() 来遍历文件夹吗？那样岂不是会生成很多冗余的代码？幸运的是，PHP的 glob() 是一个更加智能的解决方案。</p>
<div style="font-size:18px;font-weight:bold;">引言</div>
<p>下面这个范例的作用就是输出文件夹的一些信息，使[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[译]PHP面向对象入门</title>
		<link>http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html</link>
		<comments>http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 07:51:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[译文]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[面向对象]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=265</guid>
		<description><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Jason Lengstorf，原文请 <a href="http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/" target="_blank">单击这里</a> 查看。</div>



<div>
对很多PHP程序员来说，面向对象编程是一个令人畏惧的概念，充满着复杂的语法以及其它障碍。正如我在我的《Pro PHP and jQuery》这本书中所详细描述的那样，您将学会面向对象编程(O[......]</div><p class='read-more'><a href='http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Jason Lengstorf，原文请 <a href="http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/" target="_blank">单击这里</a> 查看。</div>
<div>
对很多PHP程序员来说，面向对象编程是一个令人畏惧的概念，充满着复杂的语法以及其它障碍。正如我在我的《Pro PHP and jQuery》这本书中所详细描述的那样，您将学会面向对象编程(O[......]</div>
<p class='read-more'><a href='http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为NetBeans添加Git支持</title>
		<link>http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html</link>
		<comments>http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 07:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=189</guid>
		<description><![CDATA[说明：以下操作在NetBeans 6.8下进行，不同版本可能会有细微的差别。

<a href="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg"><img src="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg" alt="Git logo" title="Git logo" width="519" height="98" class="aligncenter size-full wp-image-191" /></a>
<strong>什么是Git?</strong>
Git 是 Linux 的创始人 Linus Torvalds 为了帮助管理 Linux® 内核开发而开发的一个开放源码的版本控制软件。我们可以自己下载这个软件用来管理自己的软件开发项目。与常用[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>说明：以下操作在NetBeans 6.8下进行，不同版本可能会有细微的差别。</p>
<p><a href="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg"><img src="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg" alt="Git logo" title="Git logo" width="519" height="98" class="aligncenter size-full wp-image-191" /></a><br />
<strong>什么是Git?</strong><br />
Git 是 Linux 的创始人 Linus Torvalds 为了帮助管理 Linux® 内核开发而开发的一个开放源码的版本控制软件。我们可以自己下载这个软件用来管理自己的软件开发项目。与常用[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Windows下编译适用于PHP 5.2.12及5.2.13的eAccelerator.dll(附下载)</title>
		<link>http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html</link>
		<comments>http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:10:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=145</guid>
		<description><![CDATA[最近PHP 5.2.12及5.2.13发布了，修复了多个bug，因此升级到这一版本是非常必要的。

首先说明一下我的一些参数：
操作系统: Windows 7 Ultimate
Web Server：Apache 2.2.14
Visual Studio: 6.0 (别嫌弃它版本老，即便是[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>最近PHP 5.2.12及5.2.13发布了，修复了多个bug，因此升级到这一版本是非常必要的。</p>
<p>首先说明一下我的一些参数：<br />
操作系统: Windows 7 Ultimate<br />
Web Server：Apache 2.2.14<br />
Visual Studio: 6.0 (别嫌弃它版本老，即便是[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin升级到3.2.x版遇到的常见问题</title>
		<link>http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html</link>
		<comments>http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=93</guid>
		<description><![CDATA[phpMyAdmin是一个用PHP编写的基于Web的MySQL管理工具。从事过PHP+MySQL开发的朋友肯定接触过它，非常方便。最近把电脑上的phpMyAdmin升级到了3.2.2版，遇到了一些问题，在此总结一下。

1. “空密码登录被禁止” &#160;问题
很多时候我们在本机测试时会将[......]<p class='read-more'><a href='http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>phpMyAdmin是一个用PHP编写的基于Web的MySQL管理工具。从事过PHP+MySQL开发的朋友肯定接触过它，非常方便。最近把电脑上的phpMyAdmin升级到了3.2.2版，遇到了一些问题，在此总结一下。</p>
<p>1. “空密码登录被禁止” &nbsp;问题<br />
很多时候我们在本机测试时会将[......]
<p class='read-more'><a href='http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

