PHP 日本会议 2024

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