Php/docs/class.xmldiff-base

提供:Dev Guides
< Php
2020年12月14日 (月) 11:33時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL xmldiff >= 0.8.0)

はじめに

Base abstract class for all the comparsion classes in the extension.


クラス概要


XMLDiff\Base {

/* メソッド */

public __construct ( string $nsname )

abstract public diff ( mixed $from , mixed $to ) : mixed

abstract public merge ( mixed $src , mixed $diff ) : mixed

}

目次