Class handling MD5 file operations.
More...
List of all members.
Static Public Member Functions |
| static | checkMD5Sums ($file, $subDirStr= '') |
| | Check MD5 sum file to check if files have changed.
|
Public Attributes |
| const | CHECK_SUM_LIST_FILE = 'share/filelist.md5' |
Detailed Description
Class handling MD5 file operations.
Definition at line 16 of file ezmd5.php.
Member Function Documentation
Check MD5 sum file to check if files have changed.
Return array of changed files.
- Parameters:
-
| string | $file | File name of md5 check sums file |
| string | $subDirStr | Sub dir where files in md5 check sum file resides e.g. '' (default) if root and 'extension/ezoe/' for ezoe extension. |
- Returns:
- array List of miss-matching files.
Definition at line 28 of file ezmd5.php.
Member Data Documentation
The documentation for this class was generated from the following file: