ssdeep_fuzzy_compareCalculates the match score between two fuzzy hash signatures Description
integer 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. Parameters
Return ValuesReturns an integer from 0 to 100 on success, FALSE otherwise. |