XMLDiff\Base::merge

(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.

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

Please login to continue.