PHP Duplicate Files Finder
Package:
Summary:
Find files with the same contents
Groups:
Author:
Description:
This class can be used to find files with the same contents.
It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.
The class returns the list of files that have the same contents based on having the same MD5 hash value.
It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.
The class returns the list of files that have the same contents based on having the same MD5 hash value.
Comments are closed.