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

 PHP中的DOM XML函数

作者来源: 
阅读 数 504 人次 , 2006-3-29 4:10: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.

 
 收藏本文  打印本文  论坛讨论  关闭窗口
· 上一篇:Pattern Modifiers - 规则表达式的修饰符
· 下一篇:用对话框的方式打开IE的浏览器窗口
· PHP4可能用到的DLL的列表
· 无间隔纵向滚动公告栏
· PHP 编码规范(13)
· 介绍smarty模板
· PHPShop存在多个安全漏洞


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