CakeFest 2024: The Official CakePHP Conference

XMLDiff\Memory::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\Memory::mergeProduce un documento XML unido

Descripción

public XMLDiff\Memory::merge(string $src, string $diff): string

Crear un nuevo documento XML basado en diferencias y documento fuente.

Parámetros

src

Documento fuente XML.

diff

Documento XML que contiene información de diferencias.

Valores devueltos

String con el nuevo documento XML o NULL.

add a note

User Contributed Notes

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