动网论坛,站长建站首选,国内使用量最多的论坛软件 动网论坛官方技术讨论区 站长工具 申请属于您自己的免费论坛
首页 | 新闻资讯 | 网站运营 | 网络编程 | 数据库 | 服务器 | 网页设计 | 图像媒体 | 网络应用 | 搜索优化 | 资源下载 | 动网主机 | DVBOX
    本站内  互联网 ASP论坛  ASP.Net论坛  PHP论坛
   PHP → 阅读文章

 PHP中的DOM XML函数--可惜没有例子--等有空到老外那边[偷]来

作者来源: 
阅读 1120 人次 , 2006-4-18 17:22:00 


   非常不好意思,没时间翻译,只好直接贴出来了

DOM XML functions
These functions are only available if PHP was configured with --with-dom=[DIR], using the GNOME xml library. You will need at least libxml-2.0.0 (the beta version will not work). These functions have been added in PHP4.

This module defines the following constants:

Table 1. XML constants

Constant Value Description
XML_ELEMENT_NODE 1   
XML_ATTRIBUTE_NODE 2   
XML_TEXT_NODE 3   
XML_CDATA_SECTION_NODE 4   
XML_ENTITY_REF_NODE 5   
XML_ENTITY_NODE 6   
XML_PI_NODE 7   
XML_COMMENT_NODE 8   
XML_DOCUMENT_NODE 9   
XML_DOCUMENT_TYPE_NODE 10   
XML_DOCUMENT_FRAG_NODE 11   
XML_NOTATION_NODE 12   
XML_GLOBAL_NAMESPACE 1   
XML_LOCAL_NAMESPACE 2   

This module defines a number of classes. The DOM XML functions return a parsed tree of the XML document with each node being an object belonging to one of these classes.

xmldoc
(PHP4 >= 4.0b4)

xmldoc -- Creates a DOM object of an XML document
Description

object xmldoc (string str)


The function parses the XML document in str and returns an object of class "Dom document", having the properties "doc" (resource), "version" (string) and "type" (long).

xmldocfile
(PHP4 >= 4.0b4)

xmldocfile -- Creates a DOM object from XML file
Description

object xmldocfile (string filename)


The function parses the XML document in the file named filename and returns an object of class "Dom document", having the properties "doc" (resource), "version" (string).

xmltree
(PHP4 >= 4.0b4)

xmltree --  Creates a tree of php objects from XML document
Description

object xmltree (string str)


The function parses the XML document in str and returns a tree PHP objects as the parsed document.   
 
 收藏本文  打印本文  论坛讨论  关闭窗口
· 上一篇:换个角度谈JSP和PHP(摘)
· 下一篇:我错了。。是我不好。。呜呜。。负荆请罪。。(转载一篇好文章:PHP4 的新函数介绍 - 输出信息控制函数)
· 挑战最棒的留言本的源码(一)
· 正则表达式例子:在一个字符串中查找另一个字符串
· 用php与mysql的电子贺卡程序
· 用php把现有动态新闻页面改成静态页的方案
· 一种高效的分页机制


关于本站 | 联系我们 | 业务合作 | 客户案例 | 诚聘英才 | 广告合作 | 收藏本站
海口动网先锋网络科技有限公司版权所有
Copyright © 2000 - 2006 Cndw.Com
中华人民共和国电信与信息服务业务经营许可证编号 琼 ICP 020077