$file1 - the path to the first file
$file2 - the path to the second file
$compareCharacters - true to compare characters, and false to compare
lines; this optional parameter defaults to false
public static compareFiles ( $file1, $file2, $compareCharacters = false ) |