首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 标准PHP DOMDocument延伸

标准PHP DOMDocument延伸

  • 资源大小:6.85 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 标准 延伸 PHPDOMDocument

资 源 简 介

Standard DOMDocument has rich functionality, but it is not handy enough. XMLDocument is extension of standard PHP DOMDocument and DOMElement. This project contains two classes for easy create, navigate and process XML documents. Usage sample: $doc = new XMLDocument("");$doc->getRoot()->addNode("User") ->setAttribute("Active", "true") ->addNodeWithCData("Name", "John") ->getParent()->getParent() ->addNode("User") ->setInnerXML("");echo $doc->saveXML(); Result: See Samples for more details.

文 件 列 表

core
XMLDocument.php
XMLElement.php
tests
XMLDocumentTest.php

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP