Introduction
PHP Manual
PHP Manual»XMLDiff»XMLDiff\Memory

La classe XMLDiff\Memory

(PECL xmldiff >= 0.8.0)

class XMLDiff\Memory extends XMLDiff\Base {
/* Méthodes */
public function diff(string $from, string $to): string
public function merge(string $src, string $diff): string
/* Méthodes héritées */
abstract public function XMLDiff\Base::diff(mixed $from, mixed $to): mixed
abstract public function XMLDiff\Base::merge(mixed $src, mixed $diff): mixed
}

Sommaire

To Top