<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.hash.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'class.hashcontext.php',
    1 => 'HashContext',
    2 => 'La clase HashContext',
  ),
  'up' => 
  array (
    0 => 'book.hash.php',
    1 => 'Hash',
  ),
  'prev' => 
  array (
    0 => 'hash.constants.php',
    1 => 'Constantes predefinidas',
  ),
  'next' => 
  array (
    0 => 'hashcontext.construct.php',
    1 => 'HashContext::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/hash/hashcontext.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.hashcontext.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.hashcontext" class="reference">

 <h1 class="title">La clase HashContext</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 7 &gt;= 7.2.0, PHP 8)</p>


  <div class="section" id="hashcontext.intro">
   <h2 class="title">Introducción</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="hashcontext.synopsis">
   <h2 class="title">Sinopsis de la Clase</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">final</span>
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">HashContext</strong></strong>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Métodos */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><a href="hashcontext.construct.php" class="methodname">__construct</a></span>()</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="hashcontext.serialize.php" class="methodname">__serialize</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="hashcontext.unserialize.php" class="methodname">__unserialize</a></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>

   }</div>


  </div>

 </div>

 


















<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="hashcontext.construct.php">HashContext::__construct</a> — Constructor privado para prohibir la instanciaci&oacute;n directa</li><li><a href="hashcontext.serialize.php">HashContext::__serialize</a> — Serializa el objeto HashContext</li><li><a href="hashcontext.unserialize.php">HashContext::__unserialize</a> — Deserializa el par&aacute;metro data en un objeto HashContext</li></ul>
</div>
<?php manual_footer($setup); ?>