XMLDiff\DOM
PHP Manual

XMLDiff\DOM::diff

(PECL xmldiff >= 0.8.0)

XMLDiff\DOM::diffDiff two DOMDocument objects

Açıklama

public DOMDocument XMLDiff\DOM::diff ( DOMDocument $from , DOMDocument $to )

Diff two DOMDocument instances and produce the new one containing the diff information.

Değiştirgeler

from

Source DOMDocument object.

to

Target DOMDocument object.

Dönen Değerler

DOMDocument with the diff information or NULL.


XMLDiff\DOM
PHP Manual