<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.imap-header.php',
    1 => 'imap_header',
    2 => '别名 imap_headerinfo',
  ),
  'up' => 
  array (
    0 => 'ref.imap.php',
    1 => 'IMAP 函数',
  ),
  'prev' => 
  array (
    0 => 'function.imap-getsubscribed.php',
    1 => 'imap_getsubscribed',
  ),
  'next' => 
  array (
    0 => 'function.imap-headerinfo.php',
    1 => 'imap_headerinfo',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imap/functions/imap-header.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.imap-header" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">imap_header</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">imap_header</span> &mdash; <span class="dc-title">别名 <span class="function"><a href="function.imap-headerinfo.php" class="function">imap_headerinfo()</a></span></span></p>

 </div>

 <div id="function.imap-header-refsynopsisdiv">
   <div class="warning"><strong class="warning">警告</strong><p class="simpara">该别名已在 PHP 8.0.0 中被
 <em>移除</em>。</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.imap-header-description">
  <h3 class="title">说明</h3>
  <p class="simpara">
   此函数是该函数的别名：
   <span class="function"><a href="function.imap-headerinfo.php" class="function">imap_headerinfo()</a></span>.
  </p>
 </div>

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