首页 php教程 PHP源码 一个不利用分词就可以实现的铭感词过滤功能

一个不利用分词就可以实现的铭感词过滤功能

May 23, 2016 pm 05:10 PM

php代码

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

<?php

/**

 * 敏感词汇过滤

 * User: konakona

 * Date: 12-11-28

 * Time: 下午4:37

 * 调用方式

 * if(false === SensitiveFilter::filter($content)){

 *      error("含有敏感词汇");

 * }

 */

  

class SensitiveFilter extends Think{

  

    public static $wordArr = array();

    public static $content = "";

  

    /**

     * 处理内容

     * @param $content

     *

     * @return bool

     */

    public static function filter($content){

        if($content=="") return false;

        self::$content = $content;

        empty(self::$wordArr)?self::getWord():"";

        foreach ( self::$wordArr as $row){

            if (false !== strstr(self::$content,$row)) return false;

        }

        return true;

    }

  

    public static function getWord(){

        self::$wordArr = include &#39;SensitiveThesaurus.php&#39;;

    }

  

}

登录后复制

本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)