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

contributors($setup);

?>
<div id="ref.mhash" class="reference">
 <h1 class="title">Mhash Funzioni</h1>

 

























<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_reference"><li><a href="function.mhash.php">mhash</a> — Computes hash</li><li><a href="function.mhash-count.php">mhash_count</a> — Gets the highest available hash ID</li><li><a href="function.mhash-get-block-size.php">mhash_get_block_size</a> — Gets the block size of the specified hash</li><li><a href="function.mhash-get-hash-name.php">mhash_get_hash_name</a> — Gets the name of the specified hash</li><li><a href="function.mhash-keygen-s2k.php">mhash_keygen_s2k</a> — Generates a key</li></ul>
</div>
<?php manual_footer($setup); ?>