Function Forum_driver_base->is_staff
Definitions
sources/forum_stub.php
- Find whether a member is staff.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$id | MEMBER | No | No | required parameter | N/A | N/A | The member |
Returns
- The answer
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether a member is staff.
*
* @param MEMBER $id The member
* @return boolean The answer
*/
public function is_staff(int $id) : bool
* Find whether a member is staff.
*
* @param MEMBER $id The member
* @return boolean The answer
*/
public function is_staff(int $id) : bool