<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'class.sysvsemaphore.php',
    1 => 'SysvSemaphore',
    2 => 'The SysvSemaphore class',
  ),
  'up' => 
  array (
    0 => 'book.sem.php',
    1 => 'Semaphore',
  ),
  'prev' => 
  array (
    0 => 'class.sysvmessagequeue.php',
    1 => 'SysvMessageQueue',
  ),
  'next' => 
  array (
    0 => 'class.sysvsharedmemory.php',
    1 => 'SysvSharedMemory',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/sem/sysvsemaphore.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.sysvsemaphore" class="reference">
 <h1 class="title">The SysvSemaphore class</h1>
 

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

  
  <div class="section" id="sysvsemaphore.intro">
   <h2 class="title">Вступ</h2>
   <p class="para">
    A fully opaque class which replaces a <code class="literal">sysvsem</code> resource as of PHP 8.0.0.
   </p>
  </div>
  

  <div class="section" id="sysvsemaphore.synopsis">
   <h2 class="title">Короткий огляд класу</h2>

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

  </div>

 </div>

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