The XMLDiff\DOM class

(PECL xmldiff >= 0.8.0)

소개

클래스 개요

XMLDiff\DOM extends XMLDiff\Base {
/* 메소드 */
public DOMDocument diff ( DOMDocument $from , DOMDocument $to )
public DOMDocument merge ( DOMDocument $src , DOMDocument $diff )
/* 상속된 메소드 */
public XMLDiff\Base::__construct ( string $nsname )
abstract public mixed XMLDiff\Base::diff ( mixed $from , mixed $to )
abstract public mixed XMLDiff\Base::merge ( mixed $src , mixed $diff )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top