<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.mailparse.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.mailparse-msg-free.php',
    1 => 'mailparse_msg_free',
    2 => 'Frees a MIME resource',
  ),
  'up' => 
  array (
    0 => 'ref.mailparse.php',
    1 => 'Mailparse Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.mailparse-msg-extract-whole-part-file.php',
    1 => 'mailparse_msg_extract_whole_part_file',
  ),
  'next' => 
  array (
    0 => 'function.mailparse-msg-get-part.php',
    1 => 'mailparse_msg_get_part',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mailparse/functions/mailparse-msg-free.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.mailparse-msg-free" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">mailparse_msg_free</h1>
  <p class="verinfo">(PECL mailparse &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">mailparse_msg_free</span> &mdash; <span class="dc-title">Frees a MIME resource</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.mailparse-msg-free-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>mailparse_msg_free</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$mimemail</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Frees a <code class="literal">MIME</code> resource.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.mailparse-msg-free-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   
    <dt><code class="parameter">mimemail</code></dt>
    <dd>
     <span class="simpara">
      A valid <code class="literal">MIME</code> resource allocated by
      <span class="function"><a href="function.mailparse-msg-create.php" class="function">mailparse_msg_create()</a></span> or
      <span class="function"><a href="function.mailparse-msg-parse-file.php" class="function">mailparse_msg_parse_file()</a></span>.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.mailparse-msg-free-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 seealso" id="refsect1-function.mailparse-msg-free-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.mailparse-msg-create.php" class="function" rel="rdfs-seeAlso">mailparse_msg_create()</a> - Create a mime mail resource</span></li>
   <li><span class="function"><a href="function.mailparse-msg-parse-file.php" class="function" rel="rdfs-seeAlso">mailparse_msg_parse_file()</a> - Parses a file</span></li>
  </ul>
 </div>


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