PHP 8.4.0 RC3 available for testing

XMLDiff\Base::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\Base::mergeProduce new XML document based on diff

Descrição

abstract public XMLDiff\Base::merge(mixed $src, mixed $diff): mixed

Abstract merge method to be implemented by inheriting classes.

Basically the method purpose is to produce a new XML document based on the diff information.

Parâmetros

src

Source XML document.

diff

Document produced by the diff method.

Valor Retornado

Implementation dependent.

adicione uma nota

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

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