<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.hashcontext.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'hashcontext.unserialize.php',
    1 => 'HashContext::__unserialize',
    2 => '反序列化 data 参数为 HashContext 对象',
  ),
  'up' => 
  array (
    0 => 'class.hashcontext.php',
    1 => 'HashContext',
  ),
  'prev' => 
  array (
    0 => 'hashcontext.serialize.php',
    1 => 'HashContext::__serialize',
  ),
  'next' => 
  array (
    0 => 'ref.hash.php',
    1 => 'Hash 函数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/hash/hashcontext/unserialize.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="hashcontext.unserialize" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HashContext::__unserialize</h1>
  <p class="verinfo">(PHP 8)</p><p class="refpurpose"><span class="refname">HashContext::__unserialize</span> &mdash; <span class="dc-title">反序列化 <code class="parameter">data</code> 参数为 HashContext 对象</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-hashcontext.unserialize-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>HashContext::__unserialize</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$data</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">

  </p>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">本函数还未编写文档，仅有参数列表。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-hashcontext.unserialize-parameters">
  <h3 class="title">参数</h3>
  <dl>
   
    <dt><code class="parameter">data</code></dt>
    <dd>
     <p class="para">
      要发序列化的值。
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-hashcontext.unserialize-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   没有返回值。
  </p>
 </div>


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