| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
hash_file(PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_file — Generate a hash value using the contents of a given file 설명
   string hash_file
    ( string  
 $algo
   , string $filename
   [, bool $raw_output = false
  ] )인수
 
 반환값
   Returns a string containing the calculated message digest as lowercase hexits
   unless  예제
 Example #1 Using hash_file() 
<?php위 예제의 출력: 5c6ffbdd40d9556b73a21e63c3e0e904 참고
 
  |