XMLDiff\File::diff

(PECL xmldiff >= 0.8.0)

XMLDiff\File::diffDiferencia dos archivos XML

Descripción

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

Diferencia dos archivos XML locales y produce un string con la información de diferenciación.

Parámetros

from

Path to the source document.

to

Ruta al documento fuente.

Valores devueltos

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

add a note

User Contributed Notes

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