html_diff.php
Tags
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/