(PECL xmldiff >= 0.8.0)
Diff two XML documents
public string XMLDiff\Memory::diff ( string $from, string $to )
Diff two strings containing XML documents and produce the diff information.
Parameters:
from
Source XML document.
to
Target XML document.
Returns:
String with the XML document containing the diff information or NULL.
Please login to continue.