Updating strings
[squirrelmail.git] / functions / imap_utf7_local.php
index 3435f48f06c566b39558e1249d73f8465984bc09..9a15db9b21814e3c6e5f079e14ffebaa6a5ab6c5 100644 (file)
@@ -9,8 +9,16 @@
  * This implements all functions that do imap UTF7 conversions.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * @param string $str
+ * @param string $to_encoding
+ * @param string $from_encoding
+ * @param string $default_charset
+ * @return string
+ */
 function sqimap_mb_convert_encoding($str, $to_encoding, $from_encoding, $default_charset)
 {
   // Allows mbstring functions only with iso-8859-*, utf-8 and 
@@ -214,4 +222,4 @@ function decodeBASE64($s) {
        return $d;
 }
 
-?>
\ No newline at end of file
+?>