(PECL xmldiff >= 0.8.0)
Produce new XML document based on diff
abstract public mixed XMLDiff\Base::merge ( mixed $src, mixed $diff )
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:
src
Source XML document.
diff
Document produced by the diff method.
Returns:
Implementation dependent.
Please login to continue.