Manual de PHP Referencia de funciones Manipulación de XML XMLDiff XMLDiff\Memory XMLDiff\DOM::merge XMLDiff\Memory::diff La clase XMLDiff\Memory (PECL xmldiff >= 0.8.0) Introducción Sinopsis de la Clase XMLDiff\Memory extends XMLDiff\Base { /* Métodos */ public string diff ( string $from , string $to ) public string merge ( string $src , string $diff ) /* Métodos heredados */ public XMLDiff\Base::__construct ( string $nsname ) abstract public mixed XMLDiff\Base::diff ( mixed $from , mixed $to ) abstract public mixed XMLDiff\Base::merge ( mixed $src , mixed $diff ) } Tabla de contenidosXMLDiff\Memory::diff — Diff two XML documentsXMLDiff\Memory::merge — Produce merged XML document