(PECL xmldiff >= 0.8.0)
Produce merged DOMDocument
public DOMDocument XMLDiff\DOM::merge ( DOMDocument $src, DOMDocument $diff )
Create new DOMDocument based on the diff.
Parameters:
src
Source DOMDocument object.
diff
DOMDocument object containing the diff information.
Returns:
Merged DOMDocument or NULL.
Please login to continue.