Hello all,

Is there a more efficient way to compare 2 TXT files other than reading line by line ?

What I was doing was reading line by line and compare both files, if one line is different the loops are interrupted and the function returns true.

Any ideas?

Thanks in advance.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to