XMLDiff\File::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\File::mergeProduce merged XML document

Beschreibung

publicXMLDiff\File::merge(string$src, string$diff): string

Create new XML document based on diffs and source document.

Parameter-Liste

src

Path to the source XML document.

diff

Path to the XML document with the diff information.

Rückgabewerte

String with the new XML document or NULL.

To Top