Function Forum_driver_base->get_members_groups
Definitions
sources/forum_stub.php
- Get a list of usergroups a member is in.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | MEMBER | required parameter | N/A | N/A | The member |
$skip_secret | boolean | False | N/A | N/A | Whether to skip looking at secret usergroups, unless we have access |
$handle_probation | boolean | True | N/A | N/A | Whether to take probation into account |
$skip_cache | boolean | False | N/A | N/A | Whether to skip the user groups cache |
Return
- The list of usergroups
- Type: array
- Set: N/A
- Range: N/A