« XMLDiff\Base::merge
XMLDiff\DOM::diff »
PHP Manual
XMLDiff
La classe XMLDiff\DOM
La classe XMLDiff\DOM
(PECL xmldiff >= 0.8.0)
Introduction
Synopsis de la classe
XMLDiff\DOM
extends
XMLDiff\Base
{
/* Méthodes */
public
diff
(
DOMDocument
$from
,
DOMDocument
$to
) :
DOMDocument
public
merge
(
DOMDocument
$src
,
DOMDocument
$diff
) :
DOMDocument
/* Méthodes héritées */
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
}
Sommaire
XMLDiff\DOM::diff
— Trouve la différence de deux objets DOMDocument
XMLDiff\DOM::merge
— Produit un DOMDocument fusionné