mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 13:57:03 +08:00
80 lines
2.8 KiB
HTML
80 lines
2.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Parse mail headers from a string</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.imap-rfc822-parse-headers" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">imap_rfc822_parse_headers</h1>
|
|
<p class="verinfo">(PHP 4, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">imap_rfc822_parse_headers</span> — <span class="dc-title">Parse mail headers from a string</span></p>
|
|
|
|
</div>
|
|
<div class="refsect1 description" id="refsect1-function.imap-rfc822-parse-headers-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>imap_rfc822_parse_headers</strong></span>
|
|
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$headers</code></span>
|
|
[, <span class="methodparam"><span class="type">string</span> <code class="parameter">$defaulthost</code><span class="initializer"> = "UNKNOWN"</span></span>
|
|
] ) : <span class="type">object</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Gets an object of various header elements, similar to
|
|
<span class="function"><a href="imap_header.html" class="function">imap_header()</a></span>.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.imap-rfc822-parse-headers-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">headers</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The parsed headers data
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">defaulthost</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The default host name
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.imap-rfc822-parse-headers-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns an object similar to the one returned by
|
|
<span class="function"><a href="imap_header.html" class="function">imap_header()</a></span>, except for the flags and other
|
|
properties that come from the IMAP server.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.imap-rfc822-parse-headers-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="imap_rfc822_parse_adrlist.html" class="function" rel="rdfs-seeAlso">imap_rfc822_parse_adrlist()</a> - Parses an address string</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |