Browse Source

creating separate phpdoc block for function

tokul 21 years ago
parent
commit
0310cbb352
1 changed files with 4 additions and 1 deletions
  1. 4 1
      functions/encode/utf_8.php

+ 4 - 1
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 = '';