Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
XMLDiff\DOM::diff
(PECL xmldiff >= 0.8.0)
XMLDiff\DOM::diff — Diff two DOMDocument objects
Описание
public DOMDocument XMLDiff\DOM::diff ( DOMDocument $from , DOMDocument $to )Diff two DOMDocument instances and produce the new one containing the diff information.
Список параметров
from - Source DOMDocument object.
to - Target DOMDocument object.
Возвращаемые значения
DOMDocument with the diff information or NULL.
User Contributed Notes
There are no user contributed notes for this page.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru