mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4db62b79d7
commit
949c83b1b5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue