©
本文档使用
php.cn手册 发布
(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.