X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap_utf7_local.php;h=9a15db9b21814e3c6e5f079e14ffebaa6a5ab6c5;hb=bdd7ec2e489211ddcc5b10a7880aa557a4e29d0b;hp=3435f48f06c566b39558e1249d73f8465984bc09;hpb=ac62eb21bfe7c04bdfc10fc3329a003f681b2b67;p=squirrelmail.git diff --git a/functions/imap_utf7_local.php b/functions/imap_utf7_local.php index 3435f48f..9a15db9b 100644 --- a/functions/imap_utf7_local.php +++ b/functions/imap_utf7_local.php @@ -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 +?>