ssdeep_fuzzy_compare

(PECL ssdeep >= 1.0.0)
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.

Parameters:
signature1

The first fuzzy hash signature string.

signature2

The second fuzzy hash signature string.

Returns:

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

doc_php
2016-02-24 16:12:22
Comments
Leave a Comment

Please login to continue.