<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title> - 有关PHP</title><link>http://www.net-note.cn/</link><description> - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Leather Goods-一次性换药盒-Women Gloves-上海亿闻-SANTA HAT-GRAY-移民加拿大-加拿大冰酒var gaJsHost = ((&amp;quot;https:&amp;quot; == document.location.protocol) ? &amp;quot;https://ssl.&amp;quot; : &amp;quot;http://www.&amp;quot;);document.write(unescape(&amp;quot;%3Cscript src='&amp;quot; + gaJsHost + &amp;quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&amp;quot;));try {var pageTracker = _gat._getTracker(&amp;quot;UA-11947519-6&amp;quot;);pageTracker._trackPageview();} catch(err) {}</copyright><pubDate>Sun, 05 Sep 2010 13:21:28 +0800</pubDate><item><title>介绍 jQueryPath PHP库</title><author>a@b.com (gray6666)</author><link>http://www.net-note.cn/post/about-jQueryPath.html</link><pubDate>Sat, 27 Feb 2010 10:54:10 +0800</pubDate><guid>http://www.net-note.cn/post/about-jQueryPath.html</guid><description><![CDATA[<p>毫无疑问，HTML、HTTP 和 XML 是支撑 Web 技术的三种最重要的技术。对于 PHP 开发人员而言，使用这些技术可能比较麻烦。但是，新的 QueryPath 库，即 jQuery JavaScript 库面向 PHP 的一个版本，为使用 XML、HTML 和 HTTP 提供了一个方便的 API。从 Web 页面到 Web 服务、从 SVG 到 SPARQL、从 RDF 到 Atom，QueryPath 为目前使用 PHP 的 Web 开发提供了一个健壮而简单的 API。在本文中，学习构建 QueryPath 对象，以及如何遍历和操纵 XML 和 HTML。另外考察一个使用 QueryPath 访问 Web 服务（Twitter）的例子。<br />...</p>]]></description><category>有关PHP</category><comments>http://www.net-note.cn/post/about-jQueryPath.html#comment</comments><wfw:comment>http://www.net-note.cn/</wfw:comment><wfw:commentRss>http://www.net-note.cn/feed.asp?cmt=20</wfw:commentRss><trackback:ping>http://www.net-note.cn/cmd.asp?act=tb&amp;id=20&amp;key=2ead6cfc</trackback:ping></item><item><title>PHP5中对XML 支持的组件---SimpleXML</title><author>a@b.com (gray6666)</author><link>http://www.net-note.cn/post/Pphp5-xml-simplexml.html</link><pubDate>Sat, 27 Feb 2010 10:37:02 +0800</pubDate><guid>http://www.net-note.cn/post/Pphp5-xml-simplexml.html</guid><description><![CDATA[<p>了解和 PHP 版本 5 捆绑到一起的 SimpleXML 扩展，它使 PHP 页面能够以 PHP 友好的语法来查询、搜索、修改和重新发布 XML。 <br />PHP 版本 5 引入了 SimpleXML，一种用于读写 XML 的新的应用程序编程接口（API）。在 SimpleXML 中，下面的这样的表达式：</p><p>$doc-&gt;rss-&gt;channel-&gt;item-&gt;title<br />&nbsp;</p><p><br />从文档中选择元素。只要熟悉文档的结构，很容易编写这种表达式。但是，如果不很清楚需要的元素出现在何处（比如 Docbook、HTML 和类似的叙述性文档中），SimpleXML 可以使用 XPath 表达式寻找这些元素。</p>...]]></description><category>有关PHP</category><comments>http://www.net-note.cn/post/Pphp5-xml-simplexml.html#comment</comments><wfw:comment>http://www.net-note.cn/</wfw:comment><wfw:commentRss>http://www.net-note.cn/feed.asp?cmt=18</wfw:commentRss><trackback:ping>http://www.net-note.cn/cmd.asp?act=tb&amp;id=18&amp;key=fac56385</trackback:ping></item><item><title>PHP统一的数据访问接口PDO介绍</title><author>a@b.com (gray6666)</author><link>http://www.net-note.cn/post/pdo-connect-to-database.html</link><pubDate>Sat, 27 Feb 2010 10:33:29 +0800</pubDate><guid>http://www.net-note.cn/post/pdo-connect-to-database.html</guid><description><![CDATA[<p>统一的数据访问接口PDO</p><p>PDO（PHP Data Objects） 扩展为 PHP 访问数据库定义了一个轻量级的、一致性的接口，它提供了一个数据访问抽象层，这样，无论使用什么数据库，用户都可以通过统一的函数执行来查询和获取数据。注意，你并不能使用 PDO 扩展本身执行任何数据库操作，必须使用一个 database-specific PDO driver （针对特定数据库的 PDO 驱动）访问数据库服务器。</p><p>目前 PDO 支持如表1中数据库操作接口：</p><p><br />...</p>]]></description><category>有关PHP</category><comments>http://www.net-note.cn/post/pdo-connect-to-database.html#comment</comments><wfw:comment>http://www.net-note.cn/</wfw:comment><wfw:commentRss>http://www.net-note.cn/feed.asp?cmt=17</wfw:commentRss><trackback:ping>http://www.net-note.cn/cmd.asp?act=tb&amp;id=17&amp;key=f2ed6f80</trackback:ping></item><item><title>初识 PHP6 新特性</title><author>a@b.com (gray6666)</author><link>http://www.net-note.cn/post/learn-about-php6.html</link><pubDate>Sat, 27 Feb 2010 10:19:45 +0800</pubDate><guid>http://www.net-note.cn/post/learn-about-php6.html</guid><description><![CDATA[<p><a name="N10060"><span class="atitle">增强对 Unicode 的支持</span></a></p><p>PHP V6 中的主要特性是增强对 Unicode 的支持。目前，PHP 实际上是一个二进制处理器。PHP V5 没有提供原生的 Unicode 支持；它假定所有字符的长度都为 1 字节，这在处理非拉丁字符时会出现问题。您可以转换到 Unicode，但需要使用 <a href="http://ca3.php.net/mbstring"><font color="#5c81a7">mbstring</font></a> 扩展，而默认的 PHP V5 或外部工具（比如 <i>iconv</i>）都不支持该扩展。</p><p>...</p>]]></description><category>有关PHP</category><comments>http://www.net-note.cn/post/learn-about-php6.html#comment</comments><wfw:comment>http://www.net-note.cn/</wfw:comment><wfw:commentRss>http://www.net-note.cn/feed.asp?cmt=16</wfw:commentRss><trackback:ping>http://www.net-note.cn/cmd.asp?act=tb&amp;id=16&amp;key=d38fd42f</trackback:ping></item></channel></rss>
