소스 검색

creating separate phpdoc block for function

tokul 21 년 전
부모
커밋
0310cbb352
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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 = '';