Searched refs:md5_file (Results 1 – 14 of 14) sorted by relevance
170 if (!file_exists($temp . DIRECTORY_SEPARATOR . md5_file(__FILE__))) {173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
99 $ThisFileInfo['md5_file'] = md5_file($_REQUEST['filename']);189 $fileinformation['md5_file'] = md5_file($currentfilename);
470 $ThisFileInfo['md5_file'] = ($getid3_demo_mysqli_md5_file ? md5_file($filename) : '');
1145 $md5 = md5_file($dataMD5filename);
1144 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($temp);1174 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($this->info['filenamepath']);
517 function md5_file($file) { function in getid3_lib521 return md5_file($file);
1664 $this->info[$algorithm.'_data'] = md5_file($temp);1694 $this->info[$algorithm.'_data'] = md5_file($this->info['filenamepath']);
99 header('ETag: "'.md5_file($phpThumb->cache_filename).'"');
590 return md5_file($filename);
74 ['md5_file']=>string() // md5 hash of entire file75 …ing prepended and appeneded metainformation tags (ID3, APE, etc) - may be identical to ['md5_file']78 …ing prepended and appeneded metainformation tags (ID3, APE, etc) - may be identical to ['md5_file']
412 md5_file, sha1_file, image_type_to_mime_type980 md5_file() and sha1_file() now work under Windows in PHP < 4.2.01292 'md5_file' == md5_file($filename)1668 including all comments: compare ['md5_file']. To check if two1749 md5_file and md5_data if display-MD5 mode is selected1783 file (['md5_file']) and the portion of the file containing only1786 (thanks ahØartemis*dk for alternate md5_file() function that1959 but can be enabled for a directory with a click. md5_file is
1 …ate flush wordwrap htmlspecialchars htmlentities html_entity_decode md5 md5_file crc32 getimagesiz…
288 $md5 = md5_file($sourcedir.'/'.$file);
839 * Bugfix: md5_file and imagecolorallocatealpha calls