Home >Backend Development >PHP Tutorial >xml - PHP的 DOMElement 和DomDocument 区别

xml - PHP的 DOMElement 和DomDocument 区别

WBOY
WBOYOriginal
2016-06-06 20:09:341024browse

xml - PHP的 DOMElement  和DomDocument 区别

xml - PHP的 DOMElement  和DomDocument 区别

名字差不多,功能好像也差不多,他们之间有什么区别呢?求解。
谢谢

回复内容:

xml - PHP的 DOMElement  和DomDocument 区别

xml - PHP的 DOMElement  和DomDocument 区别

名字差不多,功能好像也差不多,他们之间有什么区别呢?求解。
谢谢

DomDocument 用于表示整个文档的根节点,所以会携带一些文档的全局属性,而DOMElement用于普通节点。
另外,你截个DOMComment的图直接看懵有没有。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn