XMLDiff\DOM::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\DOM::mergeProduce merged DOMDocument

Açıklama

publicXMLDiff\DOM::merge(DOMDocument$src, DOMDocument$diff): DOMDocument

Create new DOMDocument based on the diff.

Bağımsız Değişkenler

src

Source DOMDocument object.

diff

DOMDocument object containing the diff information.

Dönen Değerler

Merged DOMDocument or NULL.

To Top