天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

淺析php插件 HTMLPurifier HTML解析器

HTMLPurifier插件的使用
下載HTMLPurifier插件
HTMLPurifier插件有用的部分是 library


使用HTMLPurifier library類庫(kù)
第一種方式
復(fù)制代碼 代碼如下:
<?php
require_once 'HTMLPurifier.auto.php';
$config = HTMLPurifier_Config::createDefault();
?>

或者
復(fù)制代碼 代碼如下:
<?php
require_once 'HTMLPurifier.includes.php';
require_once 'HTMLPurifier.autoload.php';
$config = HTMLPurifier_Config::createDefault();
?>

官網(wǎng)給出的例子是
復(fù)制代碼 代碼如下:
require_once 'HTMLPurifier.auto.php';

我同事常用的是
復(fù)制代碼 代碼如下:
require_once 'HTMLPurifier.includes.php';
require_once 'HTMLPurifier.autoload.php';

設(shè)置$config
configdoc
http://htmlpurifier.org/live/configdoc/plain.html
例子
復(fù)制代碼 代碼如下:
$config->set('HTML.AllowedElements', array('div'=>true, 'table'=>true, 'tr'=>true, 'td'=>true, 'br'=>true));
$config->set('HTML.Doctype', 'XHTML 1.0 Transitional')  //html文檔類型(常設(shè))
$config->set('Core.Encoding', 'UTF-8')   //字符編碼(常設(shè))

HTML允許的元素
div元素,table元素,tr元素,td元素,br元素
new HTMLPurifier對(duì)象
復(fù)制代碼 代碼如下:
$purifier = new HTMLPurifier($config);

調(diào)用HTMLPurifier對(duì)象的purify方法
復(fù)制代碼 代碼如下:
$puri_html = $purifier->purify($html);

第二種方式
自定義一個(gè)類 HtmlPurifier.php
復(fù)制代碼 代碼如下:
<?php
require_once 'HTMLPurifier.includes.php';
require_once 'HTMLPurifier.autoload.php';
class Resume_HtmlPurifier implements Zend_Filter_Interface{
 protected $_htmlPurifier = null;
 public function __construct($options = null)
 {
  $config = HTMLPurifier_Config::createDefault();
  $config->set('Code.Encoding', 'UTF-8'); 
  $config->set('HTML.Doctype', 'XHTML 1.0 Transitional')
  if(!is_null($options)){
   foreach($options as $option){
    $config->set($option[0], $option[1], $option[2]);
   }
  }
  $this->_htmlPurifier = new HTMLPurifier($config);
 }
 public function filter($value)
 {
 return $this->_htmlPurifier->purify($value);

 }
}
?>

設(shè)置config信息
例如:
復(fù)制代碼 代碼如下:
$conf = array(
 array('HTML.AllowedElements',
           array(
                     'div' => true,
                     'table' => true,
                     'tr' => true,
                     'td' => true,
                     'br' => true,
                 ),
                 false), //允許屬性 div table tr td br元素
         array('HTML.AllowedAttributes', array('class' => TRUE), false),  //允許屬性 class
         array('Attr.ForbiddenClasses', array('resume_p' => TRUE), false), //禁止classes如
         array('AutoFormat.RemoveEmpty', true, false),    //去空格
         array('AutoFormat.RemoveEmpty.RemoveNbsp', true, false),  //去nbsp
         array('URI.Disable', true, false),
);

調(diào)用
復(fù)制代碼 代碼如下:
$p = new Resume_HtmlPurifier($conf);
$puri_html = $p->filter($html);

php技術(shù)淺析php插件 HTMLPurifier HTML解析器,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲黄色成人 | 香蕉人人超人人超碰超国产 | 免费观看桶机十分钟 | 免费看片A级毛片免费看 | 国产精品久久人妻互换毛片 | AV无码九九久久 | 久久aa毛片免费播放嗯啊 | 伊人久久国产 | 亚洲中文日韩日本在线视频 | 成年人在线免费观看视频网站 | 热久久视久久精品18 | 久久免费看视频 | 国产精品成人不卡在线观看 | 在线亚洲视频无码天堂 | 二级毛片免费观看全程 | 免费看黄软件 | 国产精品97久久久久久AV色戒 | 久久国产欧美日韩精品免费 | 日产精品高潮呻吟AV久久 | 国产成人免费片在线观看 | 国产精品国产三级国产专区53 | 台湾佬休闲中性娱乐网 | 欧美gay69| 亚洲精品免播放器在线观看 | babesvideos欧美最新 | 久久免费特黄毛片 | 天美传媒 免费观看 | 久久综合给会久久狠狠狠 | 精品综合久久久久久8888 | 东北成人社区 | 中文字幕无码一区二区免费 | 纯肉高H种马艳遇风流多 | 国产精品一区第二页 | 国产普通话精品久久 | 视频网站入口在线看 | 青青青国产依人精品视频 | 国产精品久久久久a影院 | 国产在线精品亚洲观看不卡欧美 | 欧美GV肉片视频免费观看 | www.久久久 | 含羞草影院AE在线观看 |