lib/ezfile/classes/ezmd5.php
File containing the eZMD5 class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZMD5
Package: lib
File containing the eZMD5 class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
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. |