Beispiel #1
0
 /**
  * 初始化变量
  */
 public function __construct()
 {
     if (false === self::$_httpParams) {
         self::$_httpParams = array_filter(array_merge($_POST, $_GET), array('Typecho_Common', 'checkStrEncoding'));
     }
 }