I want to synchronize two directories. And I use
file_get_content($source) === file_get_content($dest)
to compare two files. Is there any problem to do this?
I want to synchronize two directories. And I use
file_get_contents($source) === file_get_contents($dest)
to compare two files. Is there any problem to do this?