<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.imap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.imap-fetchtext.php',
    1 => 'imap_fetchtext',
    2 => 'Псевдоним imap_body',
  ),
  'up' => 
  array (
    0 => 'ref.imap.php',
    1 => 'Функции IMAP',
  ),
  'prev' => 
  array (
    0 => 'function.imap-fetchstructure.php',
    1 => 'imap_fetchstructure',
  ),
  'next' => 
  array (
    0 => 'function.imap-gc.php',
    1 => 'imap_gc',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/imap/functions/imap-fetchtext.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.imap-fetchtext" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">imap_fetchtext</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">imap_fetchtext</span> &mdash; <span class="dc-title">Псевдоним <span class="function"><a href="function.imap-body.php" class="function">imap_body()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.imap-fetchtext-description">
  <h3 class="title">Описание</h3>
  <p class="simpara">
   Псевдоним функции 
   <span class="function"><a href="function.imap-body.php" class="function">imap_body()</a></span>.
  </p>
 </div>


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