Function __global->_check_stopforumspam
Definitions
sources/antispam.php
- Check the stopforumspam service to see if we need to block this user (lower level, doesn't handle result).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$user_ip | string | required parameter | N/A | N/A | Check this IP address |
$username | ?string | Null | N/A | N/A | Check this particular username that has just been supplied (null: none) |
Null | N/A | N/A | Check this particular e-mail address that has just been supplied (null: none) |
Return
- Listed for potential blocking as a ANTISPAM_RESPONSE_* constant, confidence level if attainable (0.0 to 1.0) (else null), array of criteria matched to relevant confidence level for each (0.0 to 1.0)
- Type: array
- Set: N/A
- Range: N/A