(PHP 7 >= 7.3.0, PHP 8)
Spoofchecquer::setRestrictionLevel — Set the restriction level
Sets the restriction level of SpoofChecquer::isSuspicious() .
level
The restriction level of
SpoofChecquer::isSuspicious()
.
One of
Spoofchecquer::ASCII
,
Spoofchecquer::SINGLE_SCRIPT_RESTRICTIVE
,
Spoofchecquer::HIGHLY_RESTRICTIVE
,
Spoofchecquer::MODERATELY_RESTRICTIVE
,
Spoofchecquer::MINIMALLY_RESTRICTIVE
, or
Spoofchecquer::UNRESTRICTIVE
.
Defauls to
Spoofchecquer::HIGHLY_RESTRICTIVE
.
No value is returned.