XMLDiff\DOM::merge

Produce merged DOMDocument

説明

public DOMDocument XMLDiff\DOM::merge(DOMDocument $src, DOMDocument $diff)

Create new DOMDocument based on the diff.

パラメータ

src

Source DOMDocument object.

diff

DOMDocument object containing the diff information.

戻り値

Merged DOMDocument or NULL.