Generate a md5 hash of a file. This is eqauls to md5sum command
public static getFileHash ( string $sourceFile ) : false | string | ||
$sourceFile | string | The path to the file |
return | false | string | Returns false or the md5 hash of this file |