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

contributors($setup);

?>
<div id="oauth.destruct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::__destruct</h1>
  <p class="verinfo">(PECL OAuth &gt;= 0.99.9)</p><p class="refpurpose"><span class="refname">OAuth::__destruct</span> &mdash; <span class="dc-title">The destructor</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.destruct-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::__destruct</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   The destructor.
  </p>

  <div class="warning"><strong class="warning">Avviso</strong><p class="simpara">Questa funzione, al momento
non è documentata; è disponibile soltanto la lista degli argomenti.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.destruct-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.destruct-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   Nessun valore viene restituito.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.destruct-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.construct.php" class="methodname" rel="rdfs-seeAlso">OAuth::__construct()</a> - Create a new OAuth object</span></li>
  </ul>
 </div>


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