Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18157 программистов и 1703 робота. Сейчас ищет 641 программист ...
XMLDiff\File::merge - Produce merged XML document
Вернуться к: XMLDiff\File
XMLDiff\File::merge
(PECL xmldiff >= 0.8.0)
XMLDiff\File::merge — Produce merged XML document
Описание
public string XMLDiff\File::merge
( string
$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.
Вернуться к: XMLDiff\File