Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18246 программистов и 1680 роботов. Сейчас ищут 690 программистов ...
XMLDiff\Memory::diff - Diff two XML documents
Вернуться к: XMLDiff\Memory
XMLDiff\Memory::diff
(PECL xmldiff >= 0.8.0)
XMLDiff\Memory::diff — Diff two XML documents
Описание
public string XMLDiff\Memory::diff
( string
$from
, string $to
)Diff two strings containing XML documents and produce the diff information.
Список параметров
-
from
-
Source XML document.
-
to
-
Target XML document.
Возвращаемые значения
String with the XML document containing the diff information or NULL.
Вернуться к: XMLDiff\Memory