Function Forum_driver_wbb22->is_banned
Definitions
sources/forum/wbb22.php
- Find out if the given member ID is banned.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member ID |
$reasoned_ban | ?ID_TEXT | Null | N/A | N/A | Ban reasoning returned by reference (null: none) |
Return
- Whether the member is banned
- Type: boolean
- Set: N/A
- Range: N/A