<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.shmop.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.shmop-close.php',
    1 => 'shmop_close',
    2 => 'Schlie&szlig;t einen gemeinsamen Speicherbereich',
  ),
  'up' => 
  array (
    0 => 'ref.shmop.php',
    1 => 'Shared Memory Funktionen',
  ),
  'prev' => 
  array (
    0 => 'ref.shmop.php',
    1 => 'Shared Memory Funktionen',
  ),
  'next' => 
  array (
    0 => 'function.shmop-delete.php',
    1 => 'shmop_delete',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/shmop/functions/shmop-close.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.shmop-close" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">shmop_close</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">shmop_close</span> &mdash; <span class="dc-title">Schließt einen gemeinsamen Speicherbereich</span></p>

 </div>

 <div id="function.shmop-close-refsynopsisdiv">
  <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist seit
PHP 8.0.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieser Funktion wird dringend abgeraten.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.shmop-close-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="methodname"><strong>shmop_close</strong></span>(<span class="methodparam"><span class="type"><a href="class.shmop.php" class="type Shmop">Shmop</a></span> <code class="parameter">$shmop</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
 <p class="para">
  Diese Funktion hat keine Auswirkung. Vor PHP 8.0.0 wurde sie verwendet, um die Ressource zu schließen.
 </p>
</p></blockquote>

  <p class="simpara">
   <span class="function"><strong>shmop_close()</strong></span> wird benutzt, um einen gemeinsamen
   Speicherbereich zu schließen.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.shmop-close-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">shmop</code></dt>
    <dd>
     <span class="simpara">
      Die Kennung des gemeinsamen Speicherbereichs, der von
      <span class="function"><a href="function.shmop-open.php" class="function">shmop_open()</a></span> erzeugt wurde.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.shmop-close-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Es wird kein Wert zurückgegeben.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.shmop-close-changelog">
  <h3 class="title">Changelog</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Beschreibung</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       Diese Funktion ist veraltet, da sie keine Auswirkungen mehr hat.
      </td>
     </tr>

     <tr>
      <td>8.0.0</td>
      <td>
       <code class="parameter">shmop</code> erwartet nun eine
       <span class="classname"><a href="class.shmop.php" class="classname">Shmop</a></span>-Instanz; vorher wurde eine
       <span class="type"><a href="language.types.resource.php" class="link">Ressource</a></span> erwartet.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 examples" id="refsect1-function.shmop-close-examples">
  <h3 class="title">Beispiele</h3>
  <div class="example" id="example-1">
   <p><strong>Beispiel #1 Einen gemeinsamen Speicherbereich schließen</strong></p>
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />shmop_close</span><span style="color: #007700">(</span><span style="color: #0000BB">$shm_id</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
   </div>

  </div>
  <p class="simpara">
   In diesem Beispiel wird der gemeinsame Speicherbereich
   <code class="literal">$shm_id</code> wieder geschlossen.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.shmop-close-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.shmop-open.php" class="function" rel="rdfs-seeAlso">shmop_open()</a> - Erstellt oder &ouml;ffnet einen gemeinsamen Speicherbereich</span></li>
  </ul>
 </div>

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