fixing "image_fetchstructure" -> imap_fetchstructure " (and body).

imap_header_decode() has   <refentry id="function.imap-mime-header-decode">.
I suggest <refentry id="function.imap-header-decode">.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38338 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2000-12-27 08:51:15 +00:00
parent 4db62b79d7
commit 949c83b1b5

View file

@ -211,8 +211,8 @@ imap_close($stream);
<para>
<function>imap_body</function> will only return a verbatim copy of the
message body. To extract single parts of a multipart MIME-encoded
message you have to use <function>imap_fetch_structure</function> to
analyze its structure and <function>imap_fetch_body</function> to
message you have to use <function>imap_fetchstructure</function> to
analyze its structure and <function>imap_fetchbody</function> to
extract a copy of a single body component.
</para>
</refsect1>