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

contributors($setup);

?>
<div id="streamwrapper.destruct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::__destruct</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::__destruct</span> &mdash; <span class="dc-title">Destructs an existing stream wrapper</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.destruct-description">
  <h3 class="title">Descrizione</h3>
  <div class="destructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::__destruct</strong></span>()</div>

  <p class="para rdfs-comment">
   Called when closing the stream wrapper, right before
   <span class="methodname"><a href="streamwrapper.stream-flush.php" class="methodname">streamWrapper::stream_flush()</a></span>.
  </p>

 </div>


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


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