示例#1
0
文件: AntiXSS.php 项目: hughnguy/php
 /**
  * Creates a new escaper
  */
 public function __construct()
 {
     parent::__construct('UTF-8');
 }