<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.stomp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'stomp.destruct.php',
    1 => 'Stomp::__destruct',
    2 => 'Closes stomp connection',
  ),
  'up' => 
  array (
    0 => 'class.stomp.php',
    1 => 'Stomp',
  ),
  'prev' => 
  array (
    0 => 'stomp.construct.php',
    1 => 'Stomp::__construct',
  ),
  'next' => 
  array (
    0 => 'stomp.error.php',
    1 => 'Stomp::error',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stomp/stomp/destruct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stomp.destruct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Stomp::__destruct</h1>
  <h1 class="refname">stomp_close</h1>
  <p class="verinfo">(PECL stomp &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">Stomp::__destruct</span> -- <span class="refname">stomp_close</span> &mdash; <span class="dc-title">Closes stomp connection</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-stomp.destruct-description">
  <h3 class="title">Descrizione</h3>
  <p class="simpara">Stile orientato agli oggetti (destructor):</p>
   <div class="destructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Stomp::__destruct</strong></span>()</div>

  <p class="simpara">Stile procedurale:</p>
  <div class="methodsynopsis dc-description"><span class="methodname"><strong>stomp_close</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$link</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Closes a previously opened connection.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-stomp.destruct-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   <dt><code class="parameter">link</code></dt><dd><p class="para">Solo stile procedurale: l&#039;identificatore di connessione stomp restituito da <span class="function"><a href="stomp.construct.php" class="function">stomp_connect()</a></span>.</p></dd>
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-stomp.destruct-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   Restituisce <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> in caso di successo, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> in caso di fallimento.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-stomp.destruct-examples">
  <h3 class="title">Esempi</h3>
  <p class="simpara">
   See <span class="function"><a href="stomp.construct.php" class="function">stomp_connect()</a></span>.
  </p>
 </div>

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