Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16124 программиста и 1779 роботов. Сейчас ищут 1247 программистов ...
ssdeep_fuzzy_compare - Calculates the match score between two fuzzy hash signatures
Вернуться к: ssdeep Функции
ssdeep_fuzzy_compare
(PECL ssdeep >= 1.0.0)
ssdeep_fuzzy_compare — Calculates the match score between two fuzzy hash signatures
Описание
int ssdeep_fuzzy_compare
( string
$signature1
, string $signature2
)
Calculates the match score between signature1
and signature2
using »
context-triggered piecewise hashing, and returns the match
score.
Список параметров
-
signature1
-
The first fuzzy hash signature string.
-
signature2
-
The second fuzzy hash signature string.
Возвращаемые значения
Returns an integer from 0 to 100 on success, FALSE
otherwise.
Вернуться к: ssdeep Функции