ssdeep_fuzzy_hash_filename
PHP Manual
PHP Manual»ssdeep Funzioni»ssdeep_fuzzy_hash_filename

ssdeep_fuzzy_hash_filename

(PECL ssdeep >= 1.0.0)

ssdeep_fuzzy_hash_filenameCreate a fuzzy hash from a file

Descrizione

function ssdeep_fuzzy_hash_filename(string $file_name): string

ssdeep_fuzzy_hash_filename() calculates the hash of the file specified by file_name using » context-triggered piecewise hashing, and returns that hash.

Elenco dei parametri

file_name
The filename of the file to hash.

Valori restituiti

Returns a string on success, false otherwise.

To Top