interface DetectService

敏感词检测

Methods

bool
check(string $content)

敏感词检测

array
words(string $content)

返回所有的敏感词

string
replace(string $content)

敏感词替换

Details

at line 18
bool check(string $content)

敏感词检测

Parameters

string $content

Return Value

bool

at line 25
array words(string $content)

返回所有的敏感词

Parameters

string $content

Return Value

array

at line 32
string replace(string $content)

敏感词替换

Parameters

string $content

Return Value

string