SSDEEP_FUZZY_HASH_FILENAME(3) 1 SSDEEP_FUZZY_HASH_FILENAME(3)
ssdeep_fuzzy_hash_filename - Create a fuzzy hash from a file
SYNOPSIS
string ssdeep_fuzzy_hash_filename (string $file_name)
DESCRIPTION
ssdeep_fuzzy_hash_filename(3) calculates the hash of the file specified by $file_name using context-triggered piecewise hashing, and
returns that hash.
PARAMETERS
o $file_name
- The filename of the file to hash.
RETURN VALUES
Returns a string on success, FALSE otherwise.
PHP Documentation Group SSDEEP_FUZZY_HASH_FILENAME(3)