From 42396076865ce9f89e7cf39e41a7d349d7576328 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 7 Jun 2004 11:23:09 +0000 Subject: [PATCH] creating separate phpdoc block for function git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7613 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/encode/utf_8.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/encode/utf_8.php b/functions/encode/utf_8.php index a3dc3400..e788452e 100644 --- a/functions/encode/utf_8.php +++ b/functions/encode/utf_8.php @@ -12,9 +12,12 @@ * @version $Id$ * @package squirrelmail * @subpackage encode + */ + +/** + * Converts string to utf-8 * @param $source string of unicode entities [STRING] * @return a utf-8 encoded string [STRING] - * @access public */ function charset_encode_utf_8 ($source) { $utf8Str = ''; -- 2.25.1