PHP.nl

ssdeep_fuzzy_compare

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 and using , and returns the match score. signature1``signature2context-triggered piecewise hashing

signature1The first fuzzy hash signature string.

signature2The second fuzzy hash signature string.

Returns an integer from 0 to 100 on success, false otherwise.