eZ Publish  [trunk]
eZMD5 Class Reference

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

static eZMD5::checkMD5Sums ( file,
subDirStr = '' 
) [static]

Check MD5 sum file to check if files have changed.

Return array of changed files.

Parameters:
string$fileFile name of md5 check sums file
string$subDirStrSub 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

const eZMD5::CHECK_SUM_LIST_FILE = 'share/filelist.md5'

Definition at line 18 of file ezmd5.php.


The documentation for this class was generated from the following file: