DetectService
interface DetectService
敏感词检测
Methods
bool
check(string $content)
敏感词检测
array
words(string $content)
返回所有的敏感词
string
replace(string $content)
敏感词替换
Details
at line 18
bool
check(string $content)
敏感词检测
at line 25
array
words(string $content)
返回所有的敏感词
at line 32
string
replace(string $content)
敏感词替换