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