git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-12-14 13:00:25 +00:00
parent 9630edc248
commit 2cc56a2ee0
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
<refentry id="function.imap-mime-header-decode">
<refnamediv>
@ -45,6 +45,9 @@ for ($i=0; $i<count($elements); $i++) {
element had previously been encoded with ISO-8859-1, and the second
element would be plain US-ASCII.
</para>
<para>
See also <function>imap_utf8</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.7 -->
<refentry id="function.imap-utf8">
<refnamediv>
@ -20,6 +20,9 @@
<ulink url="&url.rfc;2047">RFC2047</ulink> and
<ulink url="&url.rfc;2044">RFC2044</ulink> respectively.
</para>
<para>
See also <function>imap_mime_header_decode</function>.
</para>
</refsect1>
</refentry>