XMLDiff\Memory::diff

(PECL xmldiff >= 0.8.0)

XMLDiff\Memory::diffDiferenciar dos documentos XML

Descripción

public XMLDiff\Memory::diff(string $from, string $to): string

Diferenciar dos string que contienen documentos XML y producir la información diferencial.

Parámetros

from

Documento fuente XML.

to

Documento XML de destino.

Valores devueltos

String con el documento XML que contiene la información del diferencia o NULL.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top