<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ssdeep.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.ssdeep.php',
    1 => 'ssdeep İşlevleri',
    2 => 'ssdeep İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.ssdeep.php',
    1 => 'ssdeep',
  ),
  'prev' => 
  array (
    0 => 'ssdeep.installation.php',
    1 => 'Kurulum',
  ),
  'next' => 
  array (
    0 => 'function.ssdeep-fuzzy-compare.php',
    1 => 'ssdeep_fuzzy_compare',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ssdeep/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.ssdeep.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.ssdeep" class="reference">
 <h1 class="title">ssdeep İşlevleri</h1>

 















<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="function.ssdeep-fuzzy-compare.php">ssdeep_fuzzy_compare</a> — Calculates the match score between two fuzzy hash signatures</li><li><a href="function.ssdeep-fuzzy-hash.php">ssdeep_fuzzy_hash</a> — Create a fuzzy hash from a string</li><li><a href="function.ssdeep-fuzzy-hash-filename.php">ssdeep_fuzzy_hash_filename</a> — Create a fuzzy hash from a file</li></ul>
</div>
<?php manual_footer($setup); ?>