* $p = new CHtmlPurifier(); * $p->options = array('URI.AllowedSchemes'=>array( * 'http' => true, * 'https' => true, * )); * $text = $p->purify($text); *
* array('text','filter','filter'=>array($obj=new CHtmlPurifier(),'purify')), *