<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.ssdeep-fuzzy-hash-filename.php',
    1 => 'ssdeep_fuzzy_hash_filename',
    2 => 'Создание нечёткого хеша из файла',
  ),
  'up' => 
  array (
    0 => 'ref.ssdeep.php',
    1 => 'Функции ssdeep',
  ),
  'prev' => 
  array (
    0 => 'function.ssdeep-fuzzy-hash.php',
    1 => 'ssdeep_fuzzy_hash',
  ),
  'next' => 
  array (
    0 => 'book.strings.php',
    1 => 'Строки',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    '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">Создание нечёткого хеша из файла</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ssdeep-fuzzy-hash-filename-description">
  <h3 class="title">Описание</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> вычисляет хеш
   указанного файла <code class="parameter">file_name</code>, используя
   <a href="http://dfrws.org/2006/proceedings/12-Kornblum.pdf" class="link external">&raquo;&nbsp;контекстно-переключаемое частичное
    хеширование</a> и возвращает его значение.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.ssdeep-fuzzy-hash-filename-parameters">
  <h3 class="title">Список параметров</h3>
  <dl>
   
    <dt><code class="parameter">file_name</code></dt>
    <dd>
     <span class="simpara">
      Имя файла для хеширования.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ssdeep-fuzzy-hash-filename-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="simpara">
   Возвращает строку в случае успешного выполнения, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> в противном случае.
  </p>
 </div>



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