浏览代码

fixed phpdoc tag

tokul 19 年之前
父节点
当前提交
9a29ffcb6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/languages.php

+ 1 - 1
include/languages.php

@@ -207,7 +207,7 @@ function charset_decode ($charset, $string, $force_decode=false, $save_html=fals
  * @param string $string
  * @param string $charset
  * @param boolean $htmlencode keep htmlspecialchars encoding
- * @param string
+ * @return string
  */
 function charset_encode($string,$charset,$htmlencode=true) {
     global $default_charset;