XMLDiff\DOM::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\DOM::mergeProduce 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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top