From a0b501b1fa1a628af32d19c4af92afcc0fcb794f Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 24 Jun 2009 00:43:43 +0000 Subject: [PATCH] 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 --- appendices/migration53.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 2428b318e2..8387507f75 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -801,13 +801,17 @@ imap_gc - Clears IMAP cache. + + imap_utf8_to_mutf7 - - + - Encode a UTF-8 string to modified UTF-7. + + - imap_mutf7_to_utf8() - - + imap_mutf7_to_utf8 + - Decode a modified UTF-7 string to UTF-8.