<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ssdeep.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.ssdeep-fuzzy-hash-filename.php',
    1 => 'ssdeep_fuzzy_hash_filename',
    2 => 'Create a fuzzy hash from a file',
  ),
  'up' => 
  array (
    0 => 'ref.ssdeep.php',
    1 => 'ssdeep Functions',
  ),
  'prev' => 
  array (
    0 => 'function.ssdeep-fuzzy-hash.php',
    1 => 'ssdeep_fuzzy_hash',
  ),
  'next' => 
  array (
    0 => 'book.strings.php',
    1 => 'Strings',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ssdeep/functions/ssdeep-fuzzy-hash-filename.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ssdeep-fuzzy-hash-filename" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ssdeep_fuzzy_hash_filename</h1>
  <p class="verinfo">(PECL ssdeep &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">ssdeep_fuzzy_hash_filename</span> &mdash; <span class="dc-title">Create a fuzzy hash from a file</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ssdeep-fuzzy-hash-filename-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ssdeep_fuzzy_hash_filename</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$file_name</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   <span class="function"><strong>ssdeep_fuzzy_hash_filename()</strong></span> calculates the hash
   of the file specified by <code class="parameter">file_name</code> using
   <a href="http://dfrws.org/2006/proceedings/12-Kornblum.pdf" class="link external">&raquo;&nbsp;context-triggered piecewise
   hashing</a>, and returns that hash.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.ssdeep-fuzzy-hash-filename-parameters">
  <h3 class="title">Parameters</h3>
  <dl>
   
    <dt><code class="parameter">file_name</code></dt>
    <dd>
     <span class="simpara">
      The filename of the file to hash.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ssdeep-fuzzy-hash-filename-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="simpara">
   Returns a string on success, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>



</div><?php manual_footer($setup); ?>