mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
here's a shot at basic documentation for imap_rfc822_parse_headers()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21434 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
978dfa63b1
commit
6489b73342
1 changed files with 23 additions and 1 deletions
|
@ -727,7 +727,29 @@ fetchsubject (subject line formatted to fit <parameter>subjectlength</parameter>
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.imap-headers">
|
||||
<refentry id="function.imap-rfc822-parse-headers">
|
||||
<refnamediv>
|
||||
<refname>imap_rfc822_parse_headers</refname>
|
||||
<refpurpose>Parse mail headers from a string</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>object <function>imap_rfc822_parse_headers</function></funcdef>
|
||||
<paramdef>string <parameter>headers</parameter></paramdef>
|
||||
<paramdef>string
|
||||
<parameter><optional>defaulthost</optional></parameter>
|
||||
</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function returns an object of various header elements,
|
||||
similar to <function>imap_header</function>, except without the
|
||||
flags and other elements that come from the IMAP server.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.imap-headers">
|
||||
<refnamediv>
|
||||
<refname>imap_headers</refname>
|
||||
<refpurpose>
|
||||
|
|
Loading…
Reference in a new issue