Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

md5_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) md5_file — Calculates the md5 hash of a given file

<?php
$file = 'php-5.3.0alpha2-Win32-VC9-x64.zip';

echo 'MD5 file hash of ' . $file . ': ' . md5_file($file);
?>
 
PREVIOUS NEXT
Tagged: #PHP #PHP #PHP #Calculates #hash #file
ADD COMMENT
Topic
Name
2+7 =