The XMLDiff\Memory class

(PECL xmldiff >= 0.8.0)

Вступ

Короткий Огляд Класа

XMLDiff\Memory extends XMLDiff\Base {
/* Методи */
public string diff ( string $from , string $to )
public string merge ( string $src , string $diff )
/* Успадковані методи */
public XMLDiff\Base::__construct ( string $nsname )
abstract public mixed XMLDiff\Base::diff ( mixed $from , mixed $to )
abstract public mixed XMLDiff\Base::merge ( mixed $src , mixed $diff )
}

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top