XMLDiff\DOM::diff

(PECL xmldiff >= 0.8.0)
Diff two DOMDocument objects
public DOMDocument XMLDiff\DOM::diff ( DOMDocument $from, DOMDocument $to )

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

Parameters:
from

Source DOMDocument object.

to

Target DOMDocument object.

Returns:

DOMDocument with the diff information or NULL.

doc_php
2016-02-24 16:15:19
Comments
Leave a Comment

Please login to continue.