<?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 => 'uk',
  ),
  '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',
  ),
  '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">Опис</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="para rdfs-comment">
   Frees a <code class="literal">MIME</code> resource.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.mailparse-msg-free-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">mimemail</code></dt>
     <dd>
      <p class="para">
       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>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.mailparse-msg-free-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Повертає <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> у разі успіху або <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> в разі помилки.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.mailparse-msg-free-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <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>
  </p>
 </div>


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