Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18229 программистов и 1679 роботов. Сейчас ищут 712 программистов ...
XMLDiff\Memory::merge - Produce merged XML document
Вернуться к: XMLDiff\Memory
XMLDiff\Memory::merge
(PECL xmldiff >= 0.8.0)
XMLDiff\Memory::merge — Produce merged XML document
Описание
public string XMLDiff\Memory::merge
( string
$src
, string $diff
)Create new XML document based on diffs and source document.
Список параметров
-
src
-
Source XML document.
-
diff
-
XML document containing diff information.
Возвращаемые значения
String with the new XML document or NULL.
Вернуться к: XMLDiff\Memory