XMLDiff\DOM::diff
(PECL xmldiff >= 0.8.0)
XMLDiff\DOM::diff — Diff two DOMDocument objects
Descrição
Diff two DOMDocument instances and produce the new one containing the diff information.
Parâmetros
from
-
Source DOMDocument object.
to
-
Target DOMDocument object.
Valor Retornado
DOMDocument with the diff information or NULL.