XMLDiff
PHP Manual

La clase XMLDiff\DOM

(PECL xmldiff >= 0.8.0)

Introducción

Sinopsis de la Clase

XMLDiff\DOM extends XMLDiff\Base {
/* Métodos */
public DOMDocument diff ( DOMDocument $from , DOMDocument $to )
public DOMDocument merge ( DOMDocument $src , DOMDocument $diff )
/* Métodos heredados */
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 )
}

Tabla de contenidos


XMLDiff
PHP Manual