Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16095 программистов и 1772 робота. Сейчас ищут 1829 программистов ...
ssdeep_fuzzy_hash_filename - Create a fuzzy hash from a file
Вернуться к: ssdeep Функции
ssdeep_fuzzy_hash_filename
(PECL ssdeep >= 1.0.0)
ssdeep_fuzzy_hash_filename — Create a fuzzy hash from a file
Описание
string ssdeep_fuzzy_hash_filename
( string
$file_name
)
ssdeep_fuzzy_hash_filename() calculates the hash
of the file specified by file_name
using
» context-triggered piecewise
hashing, and returns that hash.
Список параметров
-
file_name
-
The filename of the file to hash.
Возвращаемые значения
Returns a string on success, FALSE
otherwise.
Вернуться к: ssdeep Функции