mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9630edc248
commit
2cc56a2ee0
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue