« XMLDiff\Base::merge
XMLDiff\DOM::diff »
PHP Manual
XMLDiff
The XMLDiff\DOM class
The XMLDiff\DOM class
(PECL xmldiff >= 0.8.0)
はじめに
クラス概要
class
XMLDiff\DOM
extends
XMLDiff\Base
{
/* メソッド */
public
diff
(
DOMDocument
$from
,
DOMDocument
$to
):
DOMDocument
public
merge
(
DOMDocument
$src
,
DOMDocument
$diff
):
DOMDocument
/* 継承したメソッド */
abstract
public
XMLDiff\Base::diff
(
mixed
$from
,
mixed
$to
):
mixed
abstract
public
XMLDiff\Base::merge
(
mixed
$src
,
mixed
$diff
):
mixed
}
目次
XMLDiff\DOM::diff
— Diff two DOMDocument objects
XMLDiff\DOM::merge
— Produce merged DOMDocument
関連キーワード:
XMLDiff
,
DOMDocument
,
merge
,
public
,
メソッド
,
from
,
xmldiff
,
クラス
,
概要
,
extends