mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Keep the style, and add function descriptions for the imap functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282694 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
63fd3dfc75
commit
a0b501b1fa
1 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
|
||||
<para>
|
||||
|
@ -801,13 +801,17 @@
|
|||
<function>imap_gc</function>
|
||||
- Clears IMAP cache.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>imap_utf8_to_mutf7</function>
|
||||
-
|
||||
- Encode a UTF-8 string to modified UTF-7.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>imap_mutf7_to_utf8()</function>
|
||||
-
|
||||
<function>imap_mutf7_to_utf8</function>
|
||||
- Decode a modified UTF-7 string to UTF-8.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue