<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.shmop.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'class.shmop.php',
    1 => 'Shmop',
    2 => 'A classe Shmop',
  ),
  'up' => 
  array (
    0 => 'book.shmop.php',
    1 => 'Mem&oacute;ria Compartilhada',
  ),
  'prev' => 
  array (
    0 => 'function.shmop-write.php',
    1 => 'shmop_write',
  ),
  'next' => 
  array (
    0 => 'book.sync.php',
    1 => 'Sync',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/shmop/shmop.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 <h1 class="title">A classe Shmop</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 8)</p>


  <div class="section" id="shmop.intro">
   <h2 class="title">Introdução</h2>
   <p class="simpara">
    Uma classe totalmente opaca que substitui recursos <code class="literal">shmop</code> a partir do PHP 8.0.0.
   </p>
  </div>


  <div class="section" id="shmop.synopsis">
   <h2 class="title">Resumo da classe</h2>


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


  </div>

 </div>

 

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