Skip to content

Geek-God/php-dfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dfa

//检测敏感词并返回敏感词数据
$word_list = array( '蚂蚁', '大象', '秘密', '打卡', '测试', );

$content = '树上有蚂蚁,草原有大象';
$filter_words = DfaFilter::init()->setTree($word_list)->getBadWord($content);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages