Does anyone have an idea how to implement an equivalent for the *nix function diff in php?
read the files into two arrays and use the array_diff?