<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.password.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.password.php',
    1 => 'Password Hashing 関数',
    2 => 'Password Hashing 関数',
  ),
  'up' => 
  array (
    0 => 'book.password.php',
    1 => 'パスワードのハッシュ',
  ),
  'prev' => 
  array (
    0 => 'password.constants.php',
    1 => '定義済み定数',
  ),
  'next' => 
  array (
    0 => 'function.password-algos.php',
    1 => 'password_algos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/password/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.password.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.password" class="reference">
 <h1 class="title">Password Hashing 関数</h1>

 






































<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="function.password-algos.php">password_algos</a> — 利用可能なパスワードハッシュアルゴリズムのIDを取得する</li><li><a href="function.password-get-info.php">password_get_info</a> — 指定したハッシュに関する情報を返す</li><li><a href="function.password-hash.php">password_hash</a> — パスワードハッシュを作る</li><li><a href="function.password-needs-rehash.php">password_needs_rehash</a> — 指定したハッシュがオプションにマッチするかどうかを調べる</li><li><a href="function.password-verify.php">password_verify</a> — パスワードがハッシュにマッチするかどうかを調べる</li></ul>
</div>
<?php manual_footer($setup); ?>