The XMLDiff\File class

(PECL xmldiff >= 0.8.0)

Introduction

Class synopsis

classXMLDiff\FileextendsXMLDiff\Base {
publicdiff(string$from, string$to): string
publicmerge(string$src, string$diff): string
abstractpublicXMLDiff\Base::diff(mixed$from, mixed$to): mixed
abstractpublicXMLDiff\Base::merge(mixed$src, mixed$diff): mixed
}

Table of Contents

To Top