Documentation

html_diff.php

Tags
copyright

Copyright (C) 2010 - 2017 Stack Ideas Sdn Bhd. All rights reserved.

license

GNU/GPL, see LICENSE.php EasyBlog is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or is derivative of works licensed under the GNU General Public License or other free or open source software licenses. See COPYRIGHT.php for copyright notices and details.

Table of Contents

Functions

html_diff()  : string
Return the difference between two HTML documents.

Functions

html_diff()

Return the difference between two HTML documents.

html_diff(string $html1, string $html2) : string
Parameters
$html1 : string

The first HTML file / snippets

$html2 : string

The second HTML file / snippets

Return values
string

An HTML document that represents the difference between the two HTML documents/


        
On this page

Search results