Function Forum_driver_none->_is_staff
Definitions
sources/forum/none.php
- Find if the specified member ID is marked as staff or not.
- Visibility: protected
- 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 |
Return
- Whether the member is staff
- Type: boolean
- Set: N/A
- Range: N/A