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:
Chuck Hagenbuch 2000-03-12 22:42:59 +00:00
parent 978dfa63b1
commit 6489b73342

View file

@ -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>