update pague now
PHP 8.5.2 Released!

XMLDiff\Memory::diff

(PECL xmldiff >= 0.8.0)

XMLDiff\Memory::diff Diff two XML documens

Description

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

Diff two strings containing XML documens and produce the diff information.

Parameters

from

Source XML document.

to

Targuet XML document.

Return Values

String with the XML document containing the diff information or NULL.

add a note

User Contributed Notes

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