Einführung
PHP Manual
PHP Manual»XMLDiff»XMLDiff\Memory

The XMLDiff\Memory class

(PECL xmldiff >= 0.8.0)

class XMLDiff\Memory extends XMLDiff\Base {
/* Methoden */
public function diff(string $from, string $to): string
public function merge(string $src, string $diff): string
/* Geerbte Methoden */
abstract public function XMLDiff\Base::diff(mixed $from, mixed $to): mixed
abstract public function XMLDiff\Base::merge(mixed $src, mixed $diff): mixed
}

Inhaltsverzeichnis

To Top