<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xpass.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.xpass.php',
    1 => 'Xpass 関数',
    2 => 'Xpass 関数',
  ),
  'up' => 
  array (
    0 => 'book.xpass.php',
    1 => 'Xpass',
  ),
  'prev' => 
  array (
    0 => 'xpass.constants.php',
    1 => '定義済み定数',
  ),
  'next' => 
  array (
    0 => 'function.crypt-checksalt.php',
    1 => 'crypt_checksalt',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xpass/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.xpass.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.xpass" class="reference">
 <h1 class="title">Xpass 関数</h1>

 















<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="function.crypt-checksalt.php">crypt_checksalt</a> — Validate a crypt setting string</li><li><a href="function.crypt-gensalt.php">crypt_gensalt</a> — Compile a string for use as the salt argument to crypt</li><li><a href="function.crypt-preferred-method.php">crypt_preferred_method</a> — Get the prefix of the preferred hash method</li></ul>
</div>
<?php manual_footer($setup); ?>