PHP 8.4.0 RC4 available for testing

XMLDiff\DOM::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\DOM::mergeProduce merged DOMDocument

Descrição

public XMLDiff\DOM::merge(DOMDocument $src, DOMDocument $diff): DOMDocument

Create new DOMDocument based on the diff.

Parâmetros

src

Source DOMDocument object.

diff

DOMDocument object containing the diff information.

Valor Retornado

Merged DOMDocument or NULL.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top