<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>PHP</title>
<link>/html/PHP/index.html</link>
<description>PHP</description>
<language>zh-cn</language>
<generator>copy right @ 百家拳软件项目研究室 2007 &lt;a href=&quot;http://www.miibeian.gov.cn/&quot;&gt;辽ICP备07011763&lt;/a&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/1150523.js&quot;&gt;&lt;/script&gt;</generator>
<webmaster>admin@100jq.com</webmaster>
<item>
    <title>apachectl - Apache HTTP服务器控制接口</title>
    <link>/html/PHP/20080804/2280.html</link>
    <description>apachectl 是Apache HTTP服务器的前端程序。其设计意图是帮助管理员控制Apache httpd 后台守护进程的功能。 apachectl 脚本有两种操作模式。首先，作为简单的 httpd 的前端程序，设置所有必要的环境变量，然后启动 httpd ，并传递所有的命令行参数。其次，作为SysV初始</description>
    <pubDate>2008-08-04</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>用php5的simplexml解析各种feed</title>
    <link>/html/PHP/phpjishuziliao/20080727/2279.html</link>
    <description>用simplexml处理atom数据 很多博客使用atom来输出数据，但是atom使用了名称空间(namespace)，所以现在请求被命名的元素和本地名称时必须指定名称空间统一资源标识符（URI），还有一点就是simplexml的xpath方法无法直接query这个xml tree。 从 PHP 5.1 版开始，SimpleXML</description>
    <pubDate>2008-07-27</pubDate>
    <category>php技术资料</category>
    <author>秩名</author>
    <comments>喜悦村国际</comments>
</item>
<item>
    <title>PHP6安装方法</title>
    <link>/html/PHP/20080701/2266.html</link>
    <description>最近发现很多人装php6时装不上，那我就干脆给大家简单说明一下安装方法吧（本文需要具有一定的PHP安装基础）！ 首先需要安装包，可以到以下地址下载： apache2.2: http://down.chinaz.com/L/100_Lastuptime_Desc_1.asp php6: http://snaps.php.net 第一步：将apache安</description>
    <pubDate>2008-07-01</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>iaphp</comments>
</item>
<item>
    <title>Windows 2008之IIS 7下PHP部署攻略</title>
    <link>/html/PHP/20080701/2265.html</link>
    <description>本文探讨Windows Server 2008系统IIS 7中PHP环境的配置，一旦掌握了这个简要的方法，你就再也不需要apache了，原来IIS 7竟然如此出色。 本文探讨 Windows Server 2008 系统 IIS 7 中 PHP 环境的配置，一旦掌握了这个简要的方法，你就再也不需要 apache 了，原来IIS 7竟</description>
    <pubDate>2008-07-01</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>IT168</comments>
</item>
<item>
    <title>PHP程序不实用大型系统的九大原因</title>
    <link>/html/PHP/20080701/2264.html</link>
    <description>PHP确实十分容易编写。但是PHP也有一些十分严重的缺陷。下面我会给出我的理由，为什么PHP不适合于比小型业余网站更大的网站。 1、对递归的不良支持 递归是一种函数调用自身的机制。这是一种强大的特性可以把某些复杂的东西变得很简单。有一个使用递归的例子是快速排序(</description>
    <pubDate>2008-07-01</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>开发者在线 Builder.com.cn</comments>
</item>
<item>
    <title>实例解析：PHP程序开发中的中文编码问题</title>
    <link>/html/PHP/20080701/2263.html</link>
    <description>PHP程序设计中中文编码问题曾经困扰很多人，导致这个问题的原因其实很简单，每个国家(或区域)都规定了计算机信息交换用的字符编码集，如美国的扩展 ASCII 码, 中国的 GB2312-80，日本的 JIS 等。作为该国家/区域内信息处理的基础，字符编码集起着统一编码的重要作用。</description>
    <pubDate>2008-07-01</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>编程大师论道:PHP的魅力和不足何在</title>
    <link>/html/PHP/20080701/2262.html</link>
    <description>在编程领域有不少堪称经典著作，其中包括《Thinking In C++》和《Thinking In Java》，它们的作者是著名的计算机科学作家Bruce Eckel。近日这个编程大师联系编程语言Java、Perl和Python，分析了老牌经典编程语言PHP的优缺点，下面让我们一睹为快。 PHP的魅力所在 提起</description>
    <pubDate>2008-07-01</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>《程序员》</comments>
</item>
<item>
    <title>帮助跟我一样的小鸟理解MVC</title>
    <link>/html/PHP/20080701/2261.html</link>
    <description>可能刚接触面向对象（OOP）编程的兄弟对MVC模型一直是那种可遇而不可求的心态，当听老鸟们在那满天吐沫星子的谈论MVC模型的这个好那个好，自己只有瞪着俩眼珠子在那傻傻的听着，或许听完了还不知道是怎么回事，下面就小弟的一些拙见来帮助这些兄弟们理解一下到底MVC是咋</description>
    <pubDate>2008-07-01</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>网站的设计步骤</title>
    <link>/html/PHP/20080616/2260.html</link>
    <description>首先设计草稿然后： １．切片，切刀工具（在纸上画图纸） ２．文件 存储为 Web 所用格式 ３．网页布局 XTHML(DIV+CSS) 注意： １．单一颜色不切片 ２．背景图拉伸 ３．细分项目 ４．导出时，颜色平滑 jpg 或 jif 常识： １． Tab 为隐藏／显示窗口 ２． Ctrl+R 为隐藏</description>
    <pubDate>2008-06-16</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Ajax+PHP简单入门教程</title>
    <link>/html/PHP/phpjiaocheng/20080531/2213.html</link>
    <description>Ajax 由 HTML 、JavaScript 技术 、DHTML 和 DOM 组成，这一杰出的 方法 可以将笨拙的 Web 界面转化成交互性的 Ajax 应用程序。对于Ajax，最核心的一个 对象 是XMLHttpRequest，所有的Ajax操作都离不开对这个对象的操作。 首先我们来了解怎么在javascript中创建这个对</description>
    <pubDate>2008-05-31</pubDate>
    <category>php教程</category>
    <author>秩名</author>
    <comments>YOYO'S BLOG</comments>
</item>
<item>
    <title>cookie防止仿造安全总结</title>
    <link>/html/PHP/phpjiaocheng/20080305/2030.html</link>
    <description>以前我们刚写PHP的时候，做后台，需要管理员身份认证。一般用COOKIE这么做的，特别是刚接触PHP的PHP爱好者： admin/login.php 复制PHP内容到剪贴板 PHP代码: if( 用户名 密码正确 ){ setcookie ( 'admin' , 1 , time ()+ 36400 ); echo '登录成功' ; } 复制PHP内容到剪</description>
    <pubDate>2008-03-05</pubDate>
    <category>php教程</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>php正则问题</title>
    <link>/html/PHP/phpjiaocheng/20080305/2029.html</link>
    <description>preg_match_all(/{([^{}]+(.*?)[^{}]*)}/s,$str,$tmp_array); $tmpstr=implode(' ',$tmp_array[1]); preg_match_all(/([a-zA-Z0-9_x7f-xff]+)(/,$tmpstr,$tmp_array); $tmp_array=array_unique($tmp_array[1]); $funerr=0; if(is_array($tmp_array)){ forea</description>
    <pubDate>2008-03-05</pubDate>
    <category>php教程</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>XML 中的特殊字符</title>
    <link>/html/PHP/20080213/1980.html</link>
    <description>和 这类字符是 XML 标记字符，在 XML 中有特殊的含义。当在 SQL 查询（或 XPath 查询）中指定这些字符时， 必须对它们进行适当的编码（也称为实体编码）。下表列出了这些特殊字符并描述了它们的含义。有关更多信息，请参见 XML 1.0 规范 中的 XML 1.0 规范。 特殊字符</description>
    <pubDate>2008-02-13</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>URL中的特殊字符</title>
    <link>/html/PHP/20080213/1979.html</link>
    <description>有些符号在URL中是不能直接传递的，如果要在URL中传递这些特殊符号，那么就要使用他们的编码了。编码的格式为：%加字符的ASCII码，即一个百分号%，后面跟对应字符的ASCII（16进制）码值。例如 空格的编码值是%20。 下表中列出了一些URL特殊符号及编码 十六进制值 1. +</description>
    <pubDate>2008-02-13</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>什么时候用GET？什么时候用POST？</title>
    <link>/html/PHP/phpjishuziliao/20071229/1775.html</link>
    <description>GET和POST两种方法都是将数据送到服务器，但你该用哪一种呢？ HTTP标准包含这两种方法是为了达到不同的目的。POST用于创建资源，资源的内容会被编入HTTP请示的内容中。例如，处理订货表单、在数据库中加入新数据行等。 当请求无副作用时（如进行搜索），便可使用GET方法</description>
    <pubDate>2007-12-29</pubDate>
    <category>php技术资料</category>
    <author>秩名</author>
    <comments>http://loveb.lupaworld.com</comments>
</item>
<item>
    <title>缺陷月项目披露PHP脚本语言漏洞</title>
    <link>/html/PHP/phpjishuziliao/20071229/1774.html</link>
    <description>一名安全研究人员启动了一个新项目，披露被广泛使用的PHP脚本语言。 名为Month of PHP Bugs的这一项目的启动时间是上周四。据该项目的网站称，迄今为止，已经披露了5个缺陷，其中一些缺陷可能使运行PHP的系统的安全性受到影响。 知名PHP安全专家埃塞在该项目的网站上表</description>
    <pubDate>2007-12-29</pubDate>
    <category>php技术资料</category>
    <author>webmaster</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>PHP 命令行？是的，您可以！</title>
    <link>/html/PHP/phpjishuziliao/20071229/1773.html</link>
    <description>了解如何通过命令行调试 PHP 代码，以及体验 PHP 本身作为 shell 脚本语言的强大之处。 CLI PHP 的优点 多年以来，我一直都在应用不确定的工程师职责定义。我个人认为，工程师就是使用工具来实现与该工具最初开发目的无关的功能。虽然这种想法并不总是正确，但当您认真</description>
    <pubDate>2007-12-29</pubDate>
    <category>php技术资料</category>
    <author>秩名</author>
    <comments>http://joejoe0332.lupaworld.com</comments>
</item>
<item>
    <title>Apache服务器配置全攻略</title>
    <link>/html/PHP/phpjishuziliao/20071218/1757.html</link>
    <description>Apache服务器的设置文件位于/usr/local/apache/conf/目录下，传统上使用三个配置文件httpd.conf,access.conf和srm.conf，来配置Apache服务器的行为。 httpd.conf提供了最基本的服务器配置，是对守护程序httpd如何运行的技术描述；srm.conf是服务器的资源映射文件，告诉</description>
    <pubDate>2007-12-18</pubDate>
    <category>php技术资料</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>使用php动态生成gif时遇到的问题和解决办法</title>
    <link>/html/PHP/phpjishuziliao/20071124/992.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP中的DOM XML函数</title>
    <link>/html/PHP/phpjishuziliao/20071124/991.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4实际应用经验篇(5)</title>
    <link>/html/PHP/phpjishuziliao/20071124/989.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4实际应用经验篇(6)</title>
    <link>/html/PHP/phpjishuziliao/20071124/990.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4实际应用经验篇(4)</title>
    <link>/html/PHP/phpjishuziliao/20071124/988.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4实际应用经验篇(3)</title>
    <link>/html/PHP/phpjishuziliao/20071124/987.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4实际应用经验篇(2)</title>
    <link>/html/PHP/phpjishuziliao/20071124/986.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4实际应用经验篇(1)</title>
    <link>/html/PHP/phpjishuziliao/20071124/985.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Pattern Modifiers - 规则表达式的修饰符</title>
    <link>/html/PHP/phpjishuziliao/20071124/984.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>正则表达式例子：将MM/DD/YYYY格式的日期转换为YYYY-MM-DD格式</title>
    <link>/html/PHP/phpjishuziliao/20071124/983.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>正则表达式例子：在一个字符串中查找另一个字符串</title>
    <link>/html/PHP/phpjishuziliao/20071124/982.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>正则表达式例子：获得某个网页上的所有超裢接</title>
    <link>/html/PHP/phpjishuziliao/20071124/981.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>php4的彩蛋</title>
    <link>/html/PHP/phpjishuziliao/20071124/980.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4.04 新增加了专用的字符函数 Ctype</title>
    <link>/html/PHP/phpjishuziliao/20071124/979.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP中的Java扩展</title>
    <link>/html/PHP/phpjishuziliao/20071124/977.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP4.04 增加了对无限精度运算的支持</title>
    <link>/html/PHP/phpjishuziliao/20071124/978.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP中如何在输出内容后再输出头信息?</title>
    <link>/html/PHP/phpjishuziliao/20071124/976.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>挑战最棒的留言本的源码（二）</title>
    <link>/html/PHP/phpjishuziliao/20071124/998.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>RPM安装PHP后应如何配置 Apache</title>
    <link>/html/PHP/phpjishuziliao/20071124/975.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP中创建并处理图象</title>
    <link>/html/PHP/phpjishuziliao/20071124/974.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>学习使用PHP数组</title>
    <link>/html/PHP/phpjishuziliao/20071124/973.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>如何正确理解PHP的错误信息</title>
    <link>/html/PHP/phpjishuziliao/20071124/972.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>挑战最棒的留言本的源码（一）</title>
    <link>/html/PHP/phpjishuziliao/20071124/997.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>用php与mysql的电子贺卡程序</title>
    <link>/html/PHP/phpjishuziliao/20071124/996.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>用PHP调用数据库的存贮过程</title>
    <link>/html/PHP/phpjishuziliao/20071124/995.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>浅谈Windows下 PHP4.0与oracle 8的连接设置</title>
    <link>/html/PHP/phpjishuziliao/20071124/994.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>用PHP连mysql和oracle数据库性能比较</title>
    <link>/html/PHP/phpjishuziliao/20071124/993.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Output Buffer (输出缓冲)函数的妙用</title>
    <link>/html/PHP/phpjishuziliao/20071124/963.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>从C/C++迁移到PHP——判断字符类型的函数</title>
    <link>/html/PHP/phpjishuziliao/20071124/961.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>几点提高php序运行效率的方法</title>
    <link>/html/PHP/phpjishuziliao/20071124/962.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>针对初学PHP者的疑难问答</title>
    <link>/html/PHP/phpjishuziliao/20071124/960.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>PHP入门速成</title>
    <link>/html/PHP/phpjishuziliao/20071124/959.html</link>
    <description></description>
    <pubDate>2007-11-24</pubDate>
    <category>php技术资料</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>

</channel>
</rss>
