©
本文檔使用 php中文網手册 發布
(PECL xmldiff >= 0.8.0)
XMLDiff\File::merge — Produce merged XML document
$src
, string $diff
)Create new XML document based on diffs and source document.
src
Path to the source XML document.
diff
Path to the XML document with the diff information.
String with the new XML document or NULL.