array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.ssdeep-fuzzy-compare.php', 1 => 'ssdeep_fuzzy_compare', 2 => 'Calculates the match score between two fuzzy hash signatures', ), 'up' => array ( 0 => 'ref.ssdeep.php', 1 => 'ssdeep İşlevleri', ), 'prev' => array ( 0 => 'ref.ssdeep.php', 1 => 'ssdeep İşlevleri', ), 'next' => array ( 0 => 'function.ssdeep-fuzzy-hash.php', 1 => 'ssdeep_fuzzy_hash', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ssdeep/functions/ssdeep-fuzzy-compare.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ssdeep_fuzzy_compare

(PECL ssdeep >= 1.0.0)

ssdeep_fuzzy_compareCalculates the match score between two fuzzy hash signatures

Açıklama

ssdeep_fuzzy_compare(string $signature1, string $signature2): int

Calculates the match score between signature1 and signature2 using »  context-triggered piecewise hashing, and returns the match score.

Bağımsız Değişkenler

signature1

The first fuzzy hash signature string.

signature2

The second fuzzy hash signature string.

Dönen Değerler

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