XMLDiff\Base::merge
PHP function
Edit on GitHub ✎
(PECL xmldiff >= 0.8.0)
Produce new XML document based on diff
Description
XMLDiff\Base::merge(mixed $src, mixed $diff): mixed
Abstract merge method to be implemented by inheriting classes.
Basically the method purpose is to produce a new XML document based on the diff information.
Parameters
srcSource XML document.
diffDocument produced by the diff method.
Return Values
Implementation dependent.