编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « XMLDiff\Base::merge
  • XMLDiff\DOM::diff »
  • PHP Manual
  • XMLDiff
  • The XMLDiff\DOM class

The XMLDiff\DOM class

(PECL xmldiff >= 0.8.0)

简介

类摘要

XMLDiff\DOM extends XMLDiff\Base {
/* 方法 */
public diff ( DOMDocument $from , DOMDocument $to ) : DOMDocument
public merge ( DOMDocument $src , DOMDocument $diff ) : DOMDocument
/* 继承的方法 */
public XMLDiff\Base::__construct ( string $nsname )
abstract public XMLDiff\Base::diff ( mixed $from , mixed $to ) : mixed
abstract public XMLDiff\Base::merge ( mixed $src , mixed $diff ) : mixed
}

Table of Contents

  • XMLDiff\DOM::diff — Diff two DOMDocument objects
  • XMLDiff\DOM::merge — Produce merged DOMDocument
相关文章
php dom the domattr classphp dom the domcdatasection classphp dom the domcharacterdata classphp dom the domelement classphp dom the domentity classphp dom the domentityreference classphp dom the domexception classphp dom the domimplementation classphp dom the domnamednodemap classphp dom the domnode classphp dom the domnodelist classphp dom the domnotation classphp dom the domprocessinginstruction classphp dom the domtext classphp xmldiff the xmldiff base classphp xmldiff the xmldiff dom classphp xmldiff the xmldiff file classphp xmldiff the xmldiff memory classphp xmldiff dom diff two domdocument objectsphp xmldiff dom produce merged domdocument
关注编程学问公众号
编程学问网 湘ICP备20001732号