lib/ezfile/classes/ezmd5.php
\eZMD5
Package:
Constants
Methods


checkMD5Sums(
string $file, string $subDirStr
=
''
)
:
array
static
Check MD5 sum file to check if files have changed. Return array of changed files.
Parameters
Returns
Name | Type | Description |
---|---|---|
$file | string | File name of md5 check sums file |
$subDirStr | string | Sub dir where files in md5 check sum file resides e.g. '' (default) if root and 'extension/ezoe/' for ezoe extension. |
Type | Description |
---|---|
array | List of miss-matching files. |