©
이 문서에서는 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.