简介
PHP Manual
PHP Manual»XMLDiff»XMLDiff\File

The XMLDiff\File class

(PECL xmldiff >= 0.8.0)

class XMLDiff\File extends XMLDiff\Base {
/* 方法 */
public function diff(string $from, string $to): string
public function merge(string $src, string $diff): string
/* 继承的方法 */
abstract public function XMLDiff\Base::diff(mixed $from, mixed $to): mixed
abstract public function XMLDiff\Base::merge(mixed $src, mixed $diff): mixed
}

目录

To Top