XMLDiff\Base 类

(PECL xmldiff >= 0.8.0)

简介

扩展中所有比较类的基本抽象类。

类概要

class XMLDiff\Base {
/* 方法 */
public __construct(string $nsname)
abstract public diff(mixed $from, mixed $to): mixed
abstract public merge(mixed $src, mixed $diff): mixed
}

目录

添加备注

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top