The XMLDiff\Memory class

はじめに

クラス概要

XMLDiff\Memory
class XMLDiff\Memory extends XMLDiff\Base {
/* メソッド */
public string diff(string $from, string $to)
public string merge(string $src, string $diff)
/* 継承したメソッド */
abstract public mixed XMLDiff\Base::diff(mixed $from, mixed $to)
abstract public mixed XMLDiff\Base::merge(mixed $src, mixed $diff)
}
目次